summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2004-11-11 16:23:20 +0000
committerDaniel Drake <dsd@gentoo.org>2004-11-11 16:23:20 +0000
commit7366b55cceded6ee5fef1988a1bd96a436910e44 (patch)
tree68bb0b26213ecbb54dbd88da018cbdfa881df706 /sys-apps/hotplug/hotplug-20040923.ebuild
parentKeyworded ppc for GNOME 2.8 (diff)
downloadhistorical-7366b55cceded6ee5fef1988a1bd96a436910e44.tar.gz
historical-7366b55cceded6ee5fef1988a1bd96a436910e44.tar.bz2
historical-7366b55cceded6ee5fef1988a1bd96a436910e44.zip
Make coldplug warning message more detailed, bug 70793
Diffstat (limited to 'sys-apps/hotplug/hotplug-20040923.ebuild')
-rw-r--r--sys-apps/hotplug/hotplug-20040923.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/hotplug/hotplug-20040923.ebuild b/sys-apps/hotplug/hotplug-20040923.ebuild
index 424bd3e92c8d..c23fe86ad541 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.4 2004/11/11 10:15:40 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/hotplug-20040923.ebuild,v 1.5 2004/11/11 16:23:20 dsd Exp $
inherit eutils
@@ -61,12 +61,13 @@ pkg_postinst() {
ewarn "WARNING: The hotplug init script is now gone (dead and burried.)"
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."
- ewarn ""
+ ewarn "WARNING: did, then emerge the coldplug package, and add coldplug to"
+ ewarn "WARNING: a runlevel, e.g. # rc-update add coldplug default"
+ 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"
ewarn "WARNING: expect it to be in that location."
- ewarn ""
+ echo
ewarn "If you still have the file /etc/hotplug/isapnp.rc on your system,"
ewarn "please delete it by hand, the file /etc/hotplug/pnp.rc superseeds it."
}