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 | 85a42edba5b62bfe27df492307c71ca729ac044d (patch) | |
tree | 3fc660c1c1218c9334942a2c55eb72c7dcaf4bca /sys-apps/hotplug | |
parent | new in portage (Manifest recommit) (diff) | |
download | gentoo-2-85a42edba5b62bfe27df492307c71ca729ac044d.tar.gz gentoo-2-85a42edba5b62bfe27df492307c71ca729ac044d.tar.bz2 gentoo-2-85a42edba5b62bfe27df492307c71ca729ac044d.zip |
Fixed typo.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps/hotplug')
-rw-r--r-- | sys-apps/hotplug/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/hotplug/files/hotplug.rc.empty | 4 |
2 files changed, 7 insertions, 3 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/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 |