Korrektur nach bootscripts von hcblfs project

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_hald@4770 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2009-06-02 09:05:24 +00:00
parent a965db9bcf
commit a62c9e5e8a

View File

@ -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
;;