diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-02-19 04:29:06 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-02-19 04:29:06 +0000 |
commit | a4c5a258b86de28b721b5be54c887d21d23100e1 (patch) | |
tree | d3d85314f83b29242333fd779625fb3a7735a76c /sys-apps | |
parent | Fix building on mips due to updated sprintsigmask(). (diff) | |
download | gentoo-2-a4c5a258b86de28b721b5be54c887d21d23100e1.tar.gz gentoo-2-a4c5a258b86de28b721b5be54c887d21d23100e1.tar.bz2 gentoo-2-a4c5a258b86de28b721b5be54c887d21d23100e1.zip |
Add back hal_unmount that was accidently removed
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.7.1-r5.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index aed1b48c2f25..edac1f54df0a 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.133 2007/02/15 20:15:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.134 2007/02/19 04:29:06 cardoe Exp $ + + 19 Feb 2007; <cardoe@gentoo.org> hal-0.5.7.1-r5.ebuild: + Add back hal_unmount that was accidently removed 15 Feb 2007; Jeroen Roovers <jer@gentoo.org> hal-0.5.7.1-r5.ebuild: Stable for HPPA (bug #166790). diff --git a/sys-apps/hal/hal-0.5.7.1-r5.ebuild b/sys-apps/hal/hal-0.5.7.1-r5.ebuild index 91a19b3a8eeb..dd5525a0d055 100644 --- a/sys-apps/hal/hal-0.5.7.1-r5.ebuild +++ b/sys-apps/hal/hal-0.5.7.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v 1.10 2007/02/15 20:15:45 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r5.ebuild,v 1.11 2007/02/19 04:29:06 cardoe Exp $ inherit eutils linux-info @@ -171,6 +171,10 @@ src_install() { # remove dep on gnome-python mv "${D}"/usr/bin/hal-device-manager "${D}"/usr/share/hal/device-manager/ + # hal umount for unclean unmounts + exeinto /lib/udev/ + newexe "${FILESDIR}"/hal-unmount.dev hal_unmount + # initscript newinitd "${FILESDIR}"/0.5-hald.rc hald |