summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2004-11-12 00:06:52 +0000
committerDaniel Drake <dsd@gentoo.org>2004-11-12 00:06:52 +0000
commitb77520e32209a2bfad95134cdd0c1fa268f03e6f (patch)
tree3c898f3b38a7f847bc6b240a0edf98a594f80983 /sys-apps/hotplug/hotplug-20040923.ebuild
parentdigest fix (diff)
downloadgentoo-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/hotplug-20040923.ebuild')
-rw-r--r--sys-apps/hotplug/hotplug-20040923.ebuild4
1 files changed, 2 insertions, 2 deletions
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"