git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901e725
)
opentapi: fix typos in initscrip
author
Jeremy Laine
<jeremy.laine@m4x.org>
Mon, 26 Feb 2007 16:06:46 +0000
(16:06 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 26 Feb 2007 16:06:46 +0000
(16:06 +0000)
packages/ezx/opentapi/opentapi.init
patch
|
blob
|
history
diff --git
a/packages/ezx/opentapi/opentapi.init
b/packages/ezx/opentapi/opentapi.init
index
6b78c15
..
593411e
100644
(file)
--- 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/opentapi
s
+ . /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