diff options
author | 2007-04-30 20:03:39 +0000 | |
---|---|---|
committer | 2007-04-30 20:03:39 +0000 | |
commit | 5e47e6b42fca716249831d7d581ee4d96b7bfd95 (patch) | |
tree | 11dd686807c222996fdfe906b19c6e25061fbb4c /app-admin | |
parent | Remove virtual/x11 dependency, use new patch set. Minor fixes. (diff) | |
download | gentoo-2-5e47e6b42fca716249831d7d581ee4d96b7bfd95.tar.gz gentoo-2-5e47e6b42fca716249831d7d581ee4d96b7bfd95.tar.bz2 gentoo-2-5e47e6b42fca716249831d7d581ee4d96b7bfd95.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/sysrqd/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/sysrqd/sysrqd-9.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/app-admin/sysrqd/ChangeLog b/app-admin/sysrqd/ChangeLog index fcfd1153a3c9..0f05b0803af8 100644 --- a/app-admin/sysrqd/ChangeLog +++ b/app-admin/sysrqd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/sysrqd # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sysrqd/ChangeLog,v 1.1 2007/03/05 22:40:06 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sysrqd/ChangeLog,v 1.2 2007/04/30 20:03:39 genone Exp $ + + 30 Apr 2007; Marius Mauch <genone@gentoo.org> sysrqd-9.ebuild: + Replacing einfo with elog *sysrqd-9 (05 Mar 2007) diff --git a/app-admin/sysrqd/sysrqd-9.ebuild b/app-admin/sysrqd/sysrqd-9.ebuild index 459a3aa4fc25..87159873900d 100644 --- a/app-admin/sysrqd/sysrqd-9.ebuild +++ b/app-admin/sysrqd/sysrqd-9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sysrqd/sysrqd-9.ebuild,v 1.1 2007/03/05 22:40:06 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sysrqd/sysrqd-9.ebuild,v 1.2 2007/04/30 20:03:39 genone Exp $ inherit eutils toolchain-funcs @@ -45,11 +45,11 @@ src_install() { } pkg_postinst() { - einfo - einfo "Be sure to change the initial secret in /etc/sysrqd/sysrqd.secret !" - einfo "As a security precaution, sysrqd is configured to only listen on" - einfo "127.0.0.1 by default. Change the content of /etc/sysrqd/sysrqd.bind" - einfo "to an IPv4 address you want it to listen on or remove the file" - einfo "to make it listen on any IP address (0.0.0.0)." - einfo + elog + elog "Be sure to change the initial secret in /etc/sysrqd/sysrqd.secret !" + elog "As a security precaution, sysrqd is configured to only listen on" + elog "127.0.0.1 by default. Change the content of /etc/sysrqd/sysrqd.bind" + elog "to an IPv4 address you want it to listen on or remove the file" + elog "to make it listen on any IP address (0.0.0.0)." + elog } |