From 1e8233e969f6e4e9881c097ff3ed24d8e1616149 Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Mon, 26 Feb 2007 16:06:46 +0000 Subject: opentapi: fix typos in initscrip --- packages/ezx/opentapi/opentapi.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/ezx/opentapi/opentapi.init') 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 -- cgit v1.2.3