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
commitd628d1e0ac307d1ad4861614702a512d14a61888 (patch)
treeff8c1c99a143fe668de4087fffbd051793f6d380 /sys-apps/hotplug
parentKeyworded ppc for GNOME 2.8 (Manifest recommit) (diff)
downloadgentoo-2-d628d1e0ac307d1ad4861614702a512d14a61888.tar.gz
gentoo-2-d628d1e0ac307d1ad4861614702a512d14a61888.tar.bz2
gentoo-2-d628d1e0ac307d1ad4861614702a512d14a61888.zip
Make coldplug warning message more detailed, bug 70793
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r--sys-apps/hotplug/ChangeLog5
-rw-r--r--sys-apps/hotplug/hotplug-20040923.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog
index 013ccf7c4273..b391d1397b94 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.53 2004/11/11 10:15:40 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.54 2004/11/11 16:23:20 dsd Exp $
+
+ 11 Nov 2004; Daniel Drake <dsd@gentoo.org> hotplug-20040923.ebuild:
+ Make coldplug warning message more detailed, bug 70793
11 Nov 2004; Joshua Kinard <kumba@gentoo.org> hotplug-20040923.ebuild:
Marked stable on mips.
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."
}