diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-27 18:29:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-01-27 18:29:26 +0000 |
commit | 56ece86a81a1082cb34c256a2fb3818594f3c4d0 (patch) | |
tree | cdedf6b545744541fb6679533fc0b67378a60ba1 /sys-apps/hotplug | |
parent | new in portage (diff) | |
download | historical-56ece86a81a1082cb34c256a2fb3818594f3c4d0.tar.gz historical-56ece86a81a1082cb34c256a2fb3818594f3c4d0.tar.bz2 historical-56ece86a81a1082cb34c256a2fb3818594f3c4d0.zip |
Fixed typo.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hotplug/Manifest | 4 | ||||
-rw-r--r-- | sys-apps/hotplug/files/hotplug.rc.empty | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/hotplug/ChangeLog b/sys-apps/hotplug/ChangeLog index 4df67132eee2..9805cde244a4 100644 --- a/sys-apps/hotplug/ChangeLog +++ b/sys-apps/hotplug/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/hotplug # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.61 2005/01/23 19:24:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/ChangeLog,v 1.62 2005/01/27 18:29:26 wolf31o2 Exp $ + + 27 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> + files/hotplug.rc.empty: + Fixed typo. 23 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/hotplug.rc.empty: diff --git a/sys-apps/hotplug/Manifest b/sys-apps/hotplug/Manifest index 929f8e66ff7d..c1eccc037ec0 100644 --- a/sys-apps/hotplug/Manifest +++ b/sys-apps/hotplug/Manifest @@ -3,14 +3,14 @@ MD5 aeb339e3069f34450fae45734f9db531 hotplug-20030805-r2.ebuild 1881 MD5 477271c401824aef4f0ca63e0f124096 hotplug-20040923.ebuild 2214 MD5 6479120b47a2391964265eae353dc3af hotplug-20040105.ebuild 1718 MD5 8ea3943b3d17011f1307236a2d03c89b hotplug-20040920.ebuild 1838 -MD5 ce286502725a80861c008bfe0d74036b ChangeLog 10050 +MD5 672956adad35c9d4563023e800ace4a6 ChangeLog 10145 MD5 075d5a933d6175160a02ddf15bd4f454 metadata.xml 260 MD5 b14f7777f9ac962ce85e6b0ad0a473ec hotplug-20030805-r3.ebuild 1921 MD5 f9303a2467242ed310370ddcd63414b6 files/digest-hotplug-20040105 151 MD5 5be3a96d844a1f0db96e2268b94f6094 files/digest-hotplug-20040401 69 MD5 6038bb8c3af43a0e6f0aa876e4307df6 files/digest-hotplug-20040920 69 MD5 8cecfadba72f89724706c45119b15e49 files/digest-hotplug-20040923 69 -MD5 52885010b050e1deda83b6c6702f5b10 files/hotplug.rc.empty 1075 +MD5 9c876c8880bba306cbf8892253ada03e files/hotplug.rc.empty 1076 MD5 9f13f3363b85caac03bfb623c652b4fa files/kernel-26-fix.patch 816 MD5 d41d8cd98f00b204e9800998ecf8427e files/isapnp.rc.empty 0 MD5 1bd9ddb0959318fe56dec239c8265fb1 files/usb.confd 291 diff --git a/sys-apps/hotplug/files/hotplug.rc.empty b/sys-apps/hotplug/files/hotplug.rc.empty index abb01fcd8429..59f11232f663 100644 --- a/sys-apps/hotplug/files/hotplug.rc.empty +++ b/sys-apps/hotplug/files/hotplug.rc.empty @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/files/hotplug.rc.empty,v 1.2 2005/01/23 19:24:48 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hotplug/files/hotplug.rc.empty,v 1.3 2005/01/27 18:29:26 wolf31o2 Exp $ # # nothing here anymore. Please use the coldplug package if you really want to @@ -27,7 +27,7 @@ start () { # This unpacks any firmware tarballs. Used for LiveCD. if [ -e /lib/firmware.tar.bz2 ] then - ebegin "Unpacking hotplug frmware" + ebegin "Unpacking hotplug firmware" tar xjf /lib/firmware.tar.bz2 -C /lib/firmware eend 0 fi |