[oe-commits] org.oe.dev opentapi: fix typos in initscrip

jeremy.laine commit openembedded-commits at lists.openembedded.org
Mon Feb 26 16:08:36 UTC 2007


opentapi: fix typos in initscrip

Author: jeremy.laine at m4x.org
Branch: org.openembedded.dev
Revision: 0e5365c3046d921de51c2979c0243f313cdcead9
ViewMTN: http://monotone.openembedded.org/revision.psp?id=0e5365c3046d921de51c2979c0243f313cdcead9
Files:
1
packages/ezx/opentapi/opentapi.init
Diffs:

#
# mt diff -r47a9bf96284fe348bc469f09b27f47c8c7092918 -r0e5365c3046d921de51c2979c0243f313cdcead9
#
# 
# 
# patch "packages/ezx/opentapi/opentapi.init"
#  from [80407dd0841b02a37f99e9ed2891bedfbed56437]
#    to [17d45db59f417d314528144710143283c317c10c]
# 
============================================================
--- packages/ezx/opentapi/opentapi.init	80407dd0841b02a37f99e9ed2891bedfbed56437
+++ packages/ezx/opentapi/opentapi.init	17d45db59f417d314528144710143283c317c10c
@@ -16,7 +16,7 @@ if [ -e /etc/default/opentapi ]; then
 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






More information about the Openembedded-commits mailing list