vdr/vdr/debian commands-loader.sh

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sun, 09 May 2004 14:24:09 +0000


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

Modified Files:
	commands-loader.sh 
Log Message:
fixed path to {commands|reccmds}.order.conf

Index: commands-loader.sh
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/commands-loader.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- commands-loader.sh	6 May 2004 21:06:56 -0000	1.1
+++ commands-loader.sh	9 May 2004 14:24:07 -0000	1.2
@@ -36,7 +36,7 @@
 
     writewarning $cmdtype > "$cmdfile"
 
-    cmdsorder=( `cat $CFG_DIR/command-hooks/order.$cmdtype.conf | sed "s/#.*$//"` )
+    cmdsorder=( `cat /etc/vdr/command-hooks/order.$cmdtype.conf | sed "s/#.*$//"` )
     cmds=(`find $CMDHOOKSDIR -follow -name "$cmdtype.*.conf" || true`)
     
     # first the ordered commands: