diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-08 19:29:57 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-08 19:29:57 +0000 |
commit | fc01742db3cd44b7a5ec7fab2b84e2f4e538803d (patch) | |
tree | ab35685b7ad7c41215c7ca617da75ed921e28136 /sys-apps/openrc | |
parent | Adding some USE flags for plugins with optional dependencies. (diff) | |
download | gentoo-2-fc01742db3cd44b7a5ec7fab2b84e2f4e538803d.tar.gz gentoo-2-fc01742db3cd44b7a5ec7fab2b84e2f4e538803d.tar.bz2 gentoo-2-fc01742db3cd44b7a5ec7fab2b84e2f4e538803d.zip |
reword message that was confusing some users
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sys-apps/openrc')
-rw-r--r-- | sys-apps/openrc/openrc-0.2.1-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-apps/openrc/openrc-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/openrc/openrc-0.2.1-r1.ebuild b/sys-apps/openrc/openrc-0.2.1-r1.ebuild index 81cc0c28370e..087be16683fe 100644 --- a/sys-apps/openrc/openrc-0.2.1-r1.ebuild +++ b/sys-apps/openrc/openrc-0.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2.1-r1.ebuild,v 1.3 2008/04/08 18:55:05 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.2.1-r1.ebuild,v 1.4 2008/04/08 19:29:57 cardoe Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -145,7 +145,8 @@ pkg_preinst() { # /etc/conf.d/rc is no longer used for configuration if [[ -e ${ROOT}/etc/conf.d/rc ]] ; then elog "/etc/conf.d/rc is no longer used for configuration." - elog "Please migrate your settings and delete it." + elog "Please migrate your settings to /etc/rc.conf as applicable" + elog "and delete /etc/conf.d/rc" fi # upgrade timezone file diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 2d9a3b7eaa6e..4edb8d007ed1 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.23 2008/04/04 03:39:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-9999.ebuild,v 1.24 2008/04/08 19:29:57 cardoe Exp $ inherit eutils flag-o-matic multilib toolchain-funcs @@ -143,7 +143,8 @@ pkg_preinst() { # /etc/conf.d/rc is no longer used for configuration if [[ -e ${ROOT}/etc/conf.d/rc ]] ; then elog "/etc/conf.d/rc is no longer used for configuration." - elog "Please migrate your settings and delete it." + elog "Please migrate your settings to /etc/rc.conf as applicable" + elog "and delete /etc/conf.d/rc" fi # upgrade timezone file |