diff options
author | 2007-04-06 16:44:41 +0000 | |
---|---|---|
committer | 2007-04-06 16:44:41 +0000 | |
commit | 51fc0a893894591ad208be3408d292c78484e072 (patch) | |
tree | 193727e173527cfc0faf8a9131cfcaf1a05de95d /sys-apps/hal/files | |
parent | Stable on amd64 wrt bug 173070 (diff) | |
download | gentoo-2-51fc0a893894591ad208be3408d292c78484e072.tar.gz gentoo-2-51fc0a893894591ad208be3408d292c78484e072.tar.bz2 gentoo-2-51fc0a893894591ad208be3408d292c78484e072.zip |
util-linux is only for Linux. init script depends on acpid now if the person uses acpid. So we don't grab the /proc/acpi/event before acpid.
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/hal/files')
-rw-r--r-- | sys-apps/hal/files/0.5.9-hald.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/files/0.5.9-hald.rc b/sys-apps/hal/files/0.5.9-hald.rc index b8232d29f082..68502b68cbc6 100644 --- a/sys-apps/hal/files/0.5.9-hald.rc +++ b/sys-apps/hal/files/0.5.9-hald.rc @@ -1,11 +1,11 @@ #!/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.9-hald.rc,v 1.1 2007/04/05 02:18:28 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/files/0.5.9-hald.rc,v 1.2 2007/04/06 16:44:41 cardoe Exp $ depend() { need dbus - use logger consolekit + use logger consolekit acpid after coldplug dns nscd } |