r1103 - vdr/vdr/trunk/debian

Thomas Schmidt tschmidt at costa.debian.org
Sun Aug 28 18:05:57 UTC 2005


Author: tschmidt
Date: 2005-08-28 18:05:56 +0000 (Sun, 28 Aug 2005)
New Revision: 1103

Modified:
   vdr/vdr/trunk/debian/changelog
   vdr/vdr/trunk/debian/vdr.init
Log:
vdr: Use --background when calling start-stop-daemon

Modified: vdr/vdr/trunk/debian/changelog
===================================================================
--- vdr/vdr/trunk/debian/changelog	2005-08-28 17:46:49 UTC (rev 1102)
+++ vdr/vdr/trunk/debian/changelog	2005-08-28 18:05:56 UTC (rev 1103)
@@ -4,6 +4,7 @@
   
   * Thomas Schmidt <tschmidt at debian.org>
     - New upstream release
+    - Use --background when calling start-stop-daemon in the init-script
 
  -- Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>  Sun, 28 Aug 2005 18:25:00 +0200
 

Modified: vdr/vdr/trunk/debian/vdr.init
===================================================================
--- vdr/vdr/trunk/debian/vdr.init	2005-08-28 17:46:49 UTC (rev 1102)
+++ vdr/vdr/trunk/debian/vdr.init	2005-08-28 18:05:56 UTC (rev 1103)
@@ -28,7 +28,7 @@
         getplugins
         mergecommands "commands"
         mergecommands "reccmds"
-        start-stop-daemon --start --quiet \
+        start-stop-daemon --start --quiet --background \
                 --exec /usr/sbin/runvdr -- -v $VIDEO_DIR -c $CFG_DIR -r $REC_CMD \
                 -s $VDRSHUTDOWN -E $EPG_FILE -u $USER -g $GROUP --port $SVDRP_PORT \
                 $OPTIONS $PLUGINS &




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