opentapi: fix typos in initscrip
authorJeremy Laine <jeremy.laine@m4x.org>
Mon, 26 Feb 2007 16:06:46 +0000 (16:06 +0000)
committerKoen Kooi <koen@openembedded.org>
Mon, 26 Feb 2007 16:06:46 +0000 (16:06 +0000)
packages/ezx/opentapi/opentapi.init

index 6b78c15..593411e 100644 (file)
@@ -16,7 +16,7 @@ test -x $DAEMON || exit 0
 ENABLED=1
 PARAMS=""
 if [ -e /etc/default/opentapi ]; then
-  . /etc/default/opentapis
+  . /etc/default/opentapi
 fi
 
 test "$ENABLED" != "0" || exit 0
@@ -38,7 +38,7 @@ start_it_up()
 
   echo -n "Starting $DESC: "
   start-stop-daemon --start --quiet --pidfile $PIDFILE \
-    -exec $DAEMON -- --system $PARAMS
+    --exec $DAEMON -- --system $PARAMS
   echo "$NAME."
   if [ -d $EVENTDIR ]; then
       run-parts --arg=start $EVENTDIR