New Astra 19.2 Channellist, moved vdr config to /opt/vdr/etc

This commit is contained in:
Arne Fitzenreiter
2008-03-30 19:13:12 +02:00
parent ae440541d6
commit 42d62a83eb
8 changed files with 1321 additions and 11 deletions

View File

@@ -19,11 +19,12 @@ case "${1}" in
start)
boot_mesg "Starting Video Disk Recorder..."
cd /opt/vdr
loadproc screen -dmS vdr /opt/vdr/bin/vdr -Pstreamdev-server
loadproc screen -dmS vdr /opt/vdr/bin/runvdr
;;
stop)
boot_mesg "Stopping Video Disk Recorder..."
killall -s KILL -w runvdr
killproc /opt/vdr/bin/vdr
;;
@@ -34,6 +35,7 @@ case "${1}" in
;;
status)
statusproc /opt/vdr/bin/runvdr
statusproc /opt/vdr/bin/vdr
;;