ezxd: remove --reverse from run-parts
authorKoen Kooi <koen@openembedded.org>
Sun, 16 Sep 2007 13:02:32 +0000 (13:02 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 16 Sep 2007 13:02:32 +0000 (13:02 +0000)
packages/ezx/ezxd/ezxd.init

index dccd293..3e33064 100644 (file)
@@ -49,8 +49,8 @@ start_it_up()
 
 shut_it_down()
 {
-  if [ -d $EVENTDIR ]; then
-      run-parts --reverse --arg=stop $EVENTDIR
+  if [ -d "$EVENTDIR" ]; then
+      run-parts --arg=stop $EVENTDIR
   fi
   echo -n "Stopping $DESC: "
   start-stop-daemon --stop  --quiet --pidfile $PIDFILE