vdr/vdr/debian commands-loader.sh vdr.links

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


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

Modified Files:
	commands-loader.sh vdr.links 
Log Message:
generate commands/reccmds.conf in /var/cache/vdr and just link them to /var/lib/vdr

Index: commands-loader.sh
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/commands-loader.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- commands-loader.sh	22 Jul 2004 23:48:16 -0000	1.3
+++ commands-loader.sh	26 Oct 2004 23:41:14 -0000	1.4
@@ -32,7 +32,7 @@
     local ordered_cmds
     
     cmdtype=$1
-    cmdfile="$CFG_DIR/$cmdtype.conf"
+    cmdfile="/var/cache/vdr/$cmdtype.conf"
 
     writewarning $cmdtype > "$cmdfile"
 

Index: vdr.links
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.links,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- vdr.links	2 Oct 2004 21:41:41 -0000	1.8
+++ vdr.links	26 Oct 2004 23:41:14 -0000	1.9
@@ -1,11 +1,14 @@
-etc/vdr/command-hooks/commands.custom.conf usr/share/vdr/command-hooks/commands.custom.conf
-etc/vdr/command-hooks/reccmds.custom.conf usr/share/vdr/command-hooks/reccmds.custom.conf
+etc/vdr/command-hooks/commands.custom.conf  usr/share/vdr/command-hooks/commands.custom.conf
+etc/vdr/command-hooks/reccmds.custom.conf   usr/share/vdr/command-hooks/reccmds.custom.conf
 
-etc/vdr/ca.conf var/lib/vdr/ca.conf
-etc/vdr/diseqc.conf var/lib/vdr/diseqc.conf
-etc/vdr/keymacros.conf var/lib/vdr/keymacros.conf
-etc/vdr/sources.conf var/lib/vdr/sources.conf
-etc/vdr/svdrphosts.conf var/lib/vdr/svdrphosts.conf
+var/cache/vdr/commands.conf  var/lib/vdr/commands.conf
+var/cache/vdr/reccmds.conf   var/lib/vdr/reccmds.conf
 
-/etc/vdr/recording-hooks/R90.custom /usr/share/vdr/recording-hooks/R90.custom
-/etc/vdr/shutdown-hooks/S90.custom /usr/share/vdr/shutdown-hooks/S90.custom
+etc/vdr/ca.conf          var/lib/vdr/ca.conf
+etc/vdr/diseqc.conf      var/lib/vdr/diseqc.conf
+etc/vdr/keymacros.conf   var/lib/vdr/keymacros.conf
+etc/vdr/sources.conf     var/lib/vdr/sources.conf
+etc/vdr/svdrphosts.conf  var/lib/vdr/svdrphosts.conf
+
+/etc/vdr/recording-hooks/R90.custom  /usr/share/vdr/recording-hooks/R90.custom
+/etc/vdr/shutdown-hooks/S90.custom   /usr/share/vdr/shutdown-hooks/S90.custom