diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-02 14:35:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-02 14:35:35 +0000 |
commit | 664b1d8a441fcf86278dd9b5f7b9d80b8cfb7d2b (patch) | |
tree | a6d3aad85ce7707a9f338e098eb531b1b80e3447 /packages/hal/files/20hal | |
parent | 6b7431df985541e18b655540fb59ac3ab3ad26a4 (diff) |
hal: sync with poky
Diffstat (limited to 'packages/hal/files/20hal')
-rw-r--r-- | packages/hal/files/20hal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/hal/files/20hal b/packages/hal/files/20hal index 834e51afc0..5b97c4f9e6 100644 --- a/packages/hal/files/20hal +++ b/packages/hal/files/20hal @@ -12,7 +12,7 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin DAEMON=/usr/sbin/hald PIDDIR=/var/run/hald -PIDFILE=$PIDDIR/pid +PIDFILE=$PIDDIR/hald.pid NAME=hald DAEMONUSER=haldaemon DESC="Hardware abstraction layer" @@ -33,7 +33,7 @@ do_start() { do_stop() { echo "Stopping $DESC" "$NAME" - start-stop-daemon --stop --oknodo --quiet --pidfile $PIDFILE \ + start-stop-daemon --stop --quiet --pidfile $PIDFILE \ --exec $DAEMON } |