diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2007-02-26 16:06:46 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-26 16:06:46 +0000 |
commit | 1e8233e969f6e4e9881c097ff3ed24d8e1616149 (patch) | |
tree | 35838aff974058094045f4995161efde61951f21 /packages/ezx | |
parent | 901e7257791f529bd5e502f35a5f7785b5b3fc88 (diff) |
opentapi: fix typos in initscrip
Diffstat (limited to 'packages/ezx')
-rw-r--r-- | packages/ezx/opentapi/opentapi.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ezx/opentapi/opentapi.init b/packages/ezx/opentapi/opentapi.init index 6b78c1574c..593411e755 100644 --- a/packages/ezx/opentapi/opentapi.init +++ b/packages/ezx/opentapi/opentapi.init @@ -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 |