diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2009-07-23 15:10:07 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2009-07-23 15:10:07 +0000 |
commit | 6d59094403b36ae2b92c43cc97d634b773a1b0c5 (patch) | |
tree | 961a6a014645dd01c1239e17cc9d3cd4d6302108 /sys-apps/hal | |
parent | Fix ChangeLog, commit the actual stable keyword as well. (diff) | |
download | gentoo-2-6d59094403b36ae2b92c43cc97d634b773a1b0c5.tar.gz gentoo-2-6d59094403b36ae2b92c43cc97d634b773a1b0c5.tar.bz2 gentoo-2-6d59094403b36ae2b92c43cc97d634b773a1b0c5.zip |
Fix udev hotplug events
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 10 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.13-r2.ebuild (renamed from sys-apps/hal/hal-0.5.13-r1.ebuild) | 3 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index c79173c4e889..eacbc638ef5e 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.293 2009/07/22 14:54:15 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.294 2009/07/23 15:10:07 dang Exp $ + +*hal-0.5.13-r2 (23 Jul 2009) + + 23 Jul 2009; Daniel Gryniewicz <dang@gentoo.org> -hal-0.5.13-r1.ebuild, + +hal-0.5.13-r2.ebuild: + Bump to hal-0.5.13-r2 + - Fix udev hotplug notifications + *hal-0.5.13-r1 (22 Jul 2009) diff --git a/sys-apps/hal/hal-0.5.13-r1.ebuild b/sys-apps/hal/hal-0.5.13-r2.ebuild index 6a4480492c17..981fa83ecaf0 100644 --- a/sys-apps/hal/hal-0.5.13-r1.ebuild +++ b/sys-apps/hal/hal-0.5.13-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.13-r1.ebuild,v 1.1 2009/07/22 14:54:15 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.13-r2.ebuild,v 1.1 2009/07/23 15:10:07 dang Exp $ EAPI="2" @@ -212,6 +212,7 @@ src_configure() { --with-pid-file=/var/run/hald.pid \ --with-hwdata=/usr/share/misc \ --with-socket-dir=/var/run/hald \ + --with-udev-prefix=/etc \ --enable-umount-helper \ --enable-man-pages \ --disable-acl-management \ |