From 7ced9f4f634a6123371076fd1fb9ac1d8ec9c0c8 Mon Sep 17 00:00:00 2001 From: Daniel Meyerholt Date: Sun, 6 Feb 2011 16:09:44 +0100 Subject: =?UTF-8?q?confpathes=20patch=20by=20Thomas=20G=C3=BCnther=20<@tom?= =?UTF-8?q?s-cafe.de>:=20locate=20tools=20in=20/usr/bin/=20rather=20than?= =?UTF-8?q?=20/usr/local/bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/queuehandler.sh.conf | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'scripts') diff --git a/scripts/queuehandler.sh.conf b/scripts/queuehandler.sh.conf index 37fed90..5b01813 100755 --- a/scripts/queuehandler.sh.conf +++ b/scripts/queuehandler.sh.conf @@ -33,8 +33,8 @@ # this pathes are used for the encoding of vdr-recordings & dvd's. # they _must_ point to an unpatched mencoder & mplayer - mencoder="/usr/local/bin/mencoder" - mplayer="/usr/local/bin/mplayer" + mencoder="/usr/bin/mencoder" + mplayer="/usr/bin/mplayer" # this pathes are only used for encoding a vdr-recording with # selected ac3-stream. @@ -52,11 +52,11 @@ # optional tools (only needed for ogm/matroska-container) - vdrsync="/usr/local/bin/vdrsync.pl" - ffmpeg="/usr/local/bin/ffmpeg" - ogmmerge="/usr/local/bin/ogmmerge" - ogmsplit="/usr/local/bin/ogmsplit" - mkvmerge="/usr/local/bin/mkvmerge" + vdrsync="/usr/bin/vdrsync.pl" + ffmpeg="/usr/bin/ffmpeg" + ogmmerge="/usr/bin/ogmmerge" + ogmsplit="/usr/bin/ogmsplit" + mkvmerge="/usr/bin/mkvmerge" @@ -64,7 +64,7 @@ # from the queuehandler on your tv. # You have to specify only $svdrpsend or $netcat. # $netcat is only recommend, if perl isn't installed. - svdrpsend="/usr/local/bin/svdrpsend.pl" + svdrpsend="/usr/lib/vdr/svdrpsend.pl" #netcat="" vdrhostname="localhost" -- cgit v1.2.3