vdr/vdr/debian changelog vdr.init

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Tue, 26 Oct 2004 23:47:19 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian
In directory haydn:/tmp/cvs-serv30352

Modified Files:
	changelog vdr.init 
Log Message:
set default location of epg.data to /var/cache/vdr

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/changelog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- changelog	17 Oct 2004 12:30:20 -0000	1.56
+++ changelog	26 Oct 2004 23:47:17 -0000	1.57
@@ -11,6 +11,7 @@
       the shutdown script is finished)
     - removed PLUGIN_ORDER_FILE paramter, order.conf should always be in
       PLUGIN_CFG_DIR
+    - set default location for epg.data to /var/cache/vdr (vdr -E)
   * Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
     - Added german (de.po) debconf-translation from Jens Nachtigall 
       <nachtigall@web.de> (closes: #273643)

Index: vdr.init
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.init,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- vdr.init	3 Oct 2004 17:45:48 -0000	1.28
+++ vdr.init	26 Oct 2004 23:47:17 -0000	1.29
@@ -24,6 +24,9 @@
 # Commmand executed by vdr to shutdown the system
 SHUTDOWN_CMD=/usr/lib/vdr/vdr-shutdown
 
+# EPG data file
+EPG_FILE=/var/cache/vdr/epg.data
+
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 NAME=vdr
 DESC="Linux Video Disk Recorder"
@@ -50,7 +53,7 @@
     	mergecommands "reccmds"
     	start-stop-daemon --start --quiet \
 	 	--exec /usr/sbin/runvdr -- -v $VIDEO_DIR -c $CFG_DIR -r $REC_CMD \
-	 	-s $SHUTDOWN_CMD $OPTIONS $PLUGINS &
+	 	-s $SHUTDOWN_CMD -E $EPG_FILE $OPTIONS $PLUGINS &
     else
 	   echo -n " - seems to be running already"
     fi