diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2009-05-02 00:16:39 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2009-05-02 00:16:39 +0000 |
commit | 5f52a1f53d3af9e798a6dcdd8dd4bf72e865cabc (patch) | |
tree | dcb4d929e56ff207dac3dca4ca6e61a09767f834 /sys-apps/hal/files | |
parent | Keeping the pkg_preinst is causing more problems than removing it, such as bu... (diff) | |
download | gentoo-2-5f52a1f53d3af9e798a6dcdd8dd4bf72e865cabc.tar.gz gentoo-2-5f52a1f53d3af9e798a6dcdd8dd4bf72e865cabc.tar.bz2 gentoo-2-5f52a1f53d3af9e798a6dcdd8dd4bf72e865cabc.zip |
Fix #267706 and #267621
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hal/files')
-rw-r--r-- | sys-apps/hal/files/0.5.10-hald.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/files/0.5.10-hald.rc b/sys-apps/hal/files/0.5.10-hald.rc index f14e12ab7421..af26ee6faf9b 100644 --- a/sys-apps/hal/files/0.5.10-hald.rc +++ b/sys-apps/hal/files/0.5.10-hald.rc @@ -1,10 +1,10 @@ #!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc,v 1.2 2008/01/05 19:23:08 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/files/0.5.10-hald.rc,v 1.3 2009/05/02 00:16:39 dang Exp $ depend() { - use logger acpid + use logger acpid consolekit need dbus after coldplug dns nscd } |