r4137 - vdr/vdr/trunk/debian
Tobias Grimm
tiber-guest at alioth.debian.org
Sat Jan 27 22:57:50 CET 2007
Author: tiber-guest
Date: 2007-01-27 22:57:50 +0100 (Sat, 27 Jan 2007)
New Revision: 4137
Modified:
vdr/vdr/trunk/debian/vdr.init
Log:
Renamed switch_console() to configure_console_input()
Modified: vdr/vdr/trunk/debian/vdr.init
===================================================================
--- vdr/vdr/trunk/debian/vdr.init 2007-01-27 19:33:34 UTC (rev 4136)
+++ vdr/vdr/trunk/debian/vdr.init 2007-01-27 21:57:50 UTC (rev 4137)
@@ -42,7 +42,7 @@
fi
}
-switch_console()
+configure_console_input()
{
if [ "$KEYB_TTY" != "" ]; then
clean_console
@@ -78,7 +78,7 @@
getplugins
mergecommands "commands"
mergecommands "reccmds"
- switch_console
+ configure_console_input
start-stop-daemon --start --quiet --startas $DAEMON --background \
--name $(basename $DAEMON) --pidfile $PIDFILE --make-pidfile -- \
-v $VIDEO_DIR -c $CFG_DIR -L $PLUGIN_DIR -r $REC_CMD \
More information about the pkg-vdr-dvb-changes
mailing list