From a62c9e5e8af7aa54e4db3380f33921c7cde4554c Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 2 Jun 2009 09:05:24 +0000 Subject: [PATCH] Korrektur nach bootscripts von hcblfs project git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_hald@4770 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init.d/hald | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/init.d/hald b/etc/init.d/hald index 7b85ab0..4c1f39e 100755 --- a/etc/init.d/hald +++ b/etc/init.d/hald @@ -46,7 +46,7 @@ case "$1" in fi fi echo -n "Starting Hardware Abstraction Layer Daemon" - loadproc /usr/sbin/hald --daemon=yes --use-syslog + loadproc /usr/sbin/hald --use-syslog PID=`pgrep -P 1 hald` echo $PID >/var/run/hald.pid ;;