diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-11-12 00:06:52 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-11-12 00:06:52 +0000 |
commit | b77520e32209a2bfad95134cdd0c1fa268f03e6f (patch) | |
tree | 3c898f3b38a7f847bc6b240a0edf98a594f80983 /sys-apps/hotplug | |
parent | digest fix (diff) | |
download | gentoo-2-b77520e32209a2bfad95134cdd0c1fa268f03e6f.tar.gz gentoo-2-b77520e32209a2bfad95134cdd0c1fa268f03e6f.tar.bz2 gentoo-2-b77520e32209a2bfad95134cdd0c1fa268f03e6f.zip |
Update coldplug warning message to suggest coldplug to go into boot runlevel
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hotplug/hotplug-20040923.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog index b391d1397b94..a157f53bdbaf 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.54 2004/11/11 16:23:20 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.55 2004/11/12 00:06:52 dsd Exp $ + + 12 Nov 2004; Daniel Drake <dsd@gentoo.org> hotplug-20040923.ebuild: + Update coldplug warning message to suggest coldplug to go into boot runlevel 11 Nov 2004; Daniel Drake <dsd@gentoo.org> hotplug-20040923.ebuild: Make coldplug warning message more detailed, bug 70793 diff --git a/sys-apps/hotplug/hotplug-20040923.ebuild b/sys-apps/hotplug/hotplug-20040923.ebuild index c23fe86ad541..97208cce643e 100644 --- a/sys-apps/hotplug/hotplug-20040923.ebuild +++ b/sys-apps/hotplug/hotplug-20040923.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923.ebuild,v 1.5 2004/11/11 16:23:20 dsd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923.ebuild,v 1.6 2004/11/12 00:06:52 dsd Exp $ inherit eutils @@ -62,7 +62,7 @@ pkg_postinst() { ewarn "WARNING: If you want to load modules for hardware that was already" ewarn "WARNING: discovered at boot time, like the old hotplug init script" ewarn "WARNING: did, then emerge the coldplug package, and add coldplug to" - ewarn "WARNING: a runlevel, e.g. # rc-update add coldplug default" + ewarn "WARNING: a runlevel, e.g. # rc-update add coldplug boot" echo ewarn "WARNING: All firmware loaded by the hotplug scripts needs to be" ewarn "WARNING: moved to the /lib/firmware directory, as the scripts now" |