vdr/vdr/debian vdr.default vdr.install vdr.manpages vdr-recordingaction.1

Tobias Grimm pkg-vdr-dvb-changes@lists.alioth.debian.org
Tue, 01 Jun 2004 11:04:14 +0000


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

Modified Files:
	vdr.default vdr.install vdr.manpages 
Removed Files:
	vdr-recordingaction.1 
Log Message:
moved scripts intended to be executed by vdr to /usr/lib/vdr

Index: vdr.default
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.default,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- vdr.default	29 May 2004 23:48:22 -0000	1.8
+++ vdr.default	1 Jun 2004 11:04:12 -0000	1.9
@@ -28,10 +28,10 @@
 CMDHOOKSDIR="/usr/share/vdr/command-hooks"
 
 # Commmand executed on start, stop and editing of a recording
-REC_CMD=/usr/bin/vdr-recordingaction
+REC_CMD=/usr/lib/vdr/vdr-recordingaction
 
 # Commmand executed by vdr to shutdown the system
-SHUTDOWN_CMD=/usr/bin/vdr-shutdown
+SHUTDOWN_CMD=/usr/lib/vdr/vdr-shutdown
 
 # Options that will be passed to vdr's commandline
 # for example: OPTIONS="-w 15 --port=0"

--- vdr-recordingaction.1 DELETED ---

Index: vdr.manpages
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.manpages,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vdr.manpages	31 May 2004 16:52:56 -0000	1.3
+++ vdr.manpages	1 Jun 2004 11:04:12 -0000	1.4
@@ -1,2 +1 @@
 debian/runvdr.8
-debian/vdr-recordingaction.1

Index: vdr.install
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/vdr.install,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- vdr.install	29 May 2004 23:48:22 -0000	1.6
+++ vdr.install	1 Jun 2004 11:04:12 -0000	1.7
@@ -20,8 +20,8 @@
 sources.conf    etc/vdr/
 svdrphosts.conf etc/vdr/
 
-debian/vdr-recordingaction /usr/bin/
+debian/vdr-recordingaction /usr/lib/vdr/
 debian/R90.custom          /etc/vdr/recording-hooks/
 
-debian/vdr-shutdown /usr/bin/
-debian/S90.custom          /etc/vdr/shutdown-hooks/
+debian/vdr-shutdown /usr/lib/vdr/
+debian/S90.custom   /etc/vdr/shutdown-hooks/