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
commit1ac7e1698a62d92da55743c2b06a6c743a698ea1 (patch)
tree236bd79cc30a921121a8e376830490e6bc5b047f /sys-apps/hotplug
parentdigest fix (diff)
downloadhistorical-1ac7e1698a62d92da55743c2b06a6c743a698ea1.tar.gz
historical-1ac7e1698a62d92da55743c2b06a6c743a698ea1.tar.bz2
historical-1ac7e1698a62d92da55743c2b06a6c743a698ea1.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/ChangeLog5
-rw-r--r--sys-apps/hotplug/Manifest4
-rw-r--r--sys-apps/hotplug/hotplug-20040923.ebuild4
3 files changed, 8 insertions, 5 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/Manifest b/sys-apps/hotplug/Manifest
index d251a1775c86..7baa72769efd 100644
--- a/sys-apps/hotplug/Manifest
+++ b/sys-apps/hotplug/Manifest
@@ -1,9 +1,9 @@
MD5 34941ac9da8e298070b69145a9aefe52 hotplug-20040401.ebuild 1520
MD5 1f70c719d6a669a311cdc1d8fe804866 hotplug-20030805-r2.ebuild 1882
-MD5 706950f71b45f3fd7c7d278799413937 hotplug-20040923.ebuild 2216
+MD5 03059237ddbbaaed1cb1a37f129faab6 hotplug-20040923.ebuild 2213
MD5 fe6609fa5c00549e997a01bb0b2d487c hotplug-20040105.ebuild 1719
MD5 0632c150f5e144e0d542b93aaf21e939 hotplug-20040920.ebuild 1837
-MD5 1cac623634e458fa1202587edbad500f ChangeLog 9093
+MD5 b9d0218dcfdb72719ba13bdc1bc71a66 ChangeLog 9243
MD5 075d5a933d6175160a02ddf15bd4f454 metadata.xml 260
MD5 74aabd09369956f95593d208d6b38adb hotplug-20030805-r3.ebuild 1922
MD5 f9303a2467242ed310370ddcd63414b6 files/digest-hotplug-20040105 151
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"