ezxd: remove runparts from init script
authorKoen Kooi <koen@openembedded.org>
Thu, 18 Oct 2007 13:50:21 +0000 (13:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 18 Oct 2007 13:50:21 +0000 (13:50 +0000)
packages/ezx/ezxd/ezxd.init
packages/ezx/ezxd_svn.bb

index 3e33064..a345952 100644 (file)
@@ -42,16 +42,10 @@ start_it_up()
   # We need to sleep here because opening the mux devices takes some time
   sleep 15
   echo "$NAME."
-  if [ -d $EVENTDIR ]; then
-      run-parts --arg=start $EVENTDIR
-  fi
 }
 
 shut_it_down()
 {
-  if [ -d "$EVENTDIR" ]; then
-      run-parts --arg=stop $EVENTDIR
-  fi
   echo -n "Stopping $DESC: "
   start-stop-daemon --stop  --quiet --pidfile $PIDFILE 
    
index 8b3390c..5493ad2 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "devel"
 AUTHOR = "Daniel Ribeiro"
 
 PV = "0.0+svnr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "svn://svn.openezx.org/trunk/src/userspace/;module=ezxd;proto=http \
            file://ezxd.init \