r1770 - vdr/vdr/trunk/debian

Thomas Schmidt tschmidt at costa.debian.org
Sat Jan 21 17:07:59 UTC 2006


Author: tschmidt
Date: 2006-01-21 17:07:59 +0000 (Sat, 21 Jan 2006)
New Revision: 1770

Modified:
   vdr/vdr/trunk/debian/vdr.init
Log:
vdr: fixed intending in vdr.init

Modified: vdr/vdr/trunk/debian/vdr.init
===================================================================
--- vdr/vdr/trunk/debian/vdr.init	2006-01-21 15:44:12 UTC (rev 1769)
+++ vdr/vdr/trunk/debian/vdr.init	2006-01-21 17:07:59 UTC (rev 1770)
@@ -26,17 +26,17 @@
 {
     if [ "$ENABLED" != "0" ]; then
         # only start vdr if there is no other instance running
-	if start-stop-daemon --start --startas $DAEMON --test \
-		--name $(basename $DAEMON) --pidfile $PIDFILE >/dev/null
-	then
+        if start-stop-daemon --start --startas $DAEMON --test \
+                --name $(basename $DAEMON) --pidfile $PIDFILE >/dev/null
+        then
                 getplugins
                 mergecommands "commands"
                 mergecommands "reccmds"
                 start-stop-daemon --start --quiet --startas $DAEMON --background \
-			--name $(basename $DAEMON) --pidfile $PIDFILE --make-pidfile --\
+                        --name $(basename $DAEMON) --pidfile $PIDFILE --make-pidfile --\
                         -v $VIDEO_DIR -c $CFG_DIR -L $PLUGIN_DIR -r $REC_CMD \
                         -s $VDRSHUTDOWN -E $EPG_FILE -u $USER \
-			--port $SVDRP_PORT $OPTIONS $PLUGINS
+                        --port $SVDRP_PORT $OPTIONS $PLUGINS
         else
                 echo -n " - seems to be running already"
         fi
@@ -50,10 +50,10 @@
     if start-stop-daemon --stop --retry 5 \
         --name $(basename $DAEMON) --pidfile $PIDFILE >/dev/null
     then
-    	start-stop-daemon --stop --retry 5 --oknodo --exec $VDRPRG-kbd >/dev/null
-	rm -f $PIDFILE
+        start-stop-daemon --stop --retry 5 --oknodo --exec $VDRPRG-kbd >/dev/null
+        rm -f $PIDFILE
     else
-    	echo -n " - seems not to be running"
+        echo -n " - seems not to be running"
     fi
 }
 




More information about the pkg-vdr-dvb-changes mailing list