File runvdr.conf.suse.patch of Package runvdr-extreme-systemd

Index: b/runvdr.conf.example
===================================================================
--- a/runvdr.conf.example
+++ b/runvdr.conf.example
@@ -26,8 +26,8 @@
 #####   Common config options
 ##### -------------------------
 
-# The VDR binary to run:
-VDRPRG="/usr/local/bin/vdr"
+# The VDR binary to run: (if unset, "vdr" is searched in $PATH)
+#VDRPRG=
 
 # Command to load the DVB drivers
 # DVBLOAD will be launched before VDR starts and whenever the drivers
@@ -42,12 +42,12 @@ VDRPRG="/usr/local/bin/vdr"
 #    rmmod ....
 #}
 
-# Use VIDEODIR as video directory. The default is /video.
-VIDEODIR="/video"
+# Use VIDEODIR as video directory. The default on openSUSE is /var/spool/video
+VIDEODIR="/var/spool/video"
 
 # Read config files from directory CONFIGDIR (default is to read them
 # from the video directory).
-CONFIGDIR="/video"
+CONFIGDIR="/etc/vdr"
 
 # Location of locale files for VDR 1.5.14 and newer. Default is to use
 # the builtin "./locale" or whatever was compiled as LOCDIR into VDR.
@@ -81,13 +81,13 @@ RESDIR=
 #   runvdr --plugin "hello -b -a \"A B C\""
 #
 # Add as many plugins as you want here:
-AddPlugin
-AddPlugin
-AddPlugin
-AddPlugin
-AddPlugin
+#AddPlugin
+#AddPlugin
+#AddPlugin
+#AddPlugin
+#AddPlugin
 
-# Search for plugins in directory LIBDIR. Default is ./PLUGINS/lib.
+# Search for plugins in directory LIBDIR. Default is compiled in /usr/lib{64,}/vdr.
 LIBDIR=""
 
 # If you use PluginSetup: Where is the the plugin_setup_runvdr.conf file?
@@ -104,9 +104,9 @@ LIBDIR=""
 # 'root' is necessary if the system time shall be set from the transponder
 # data, but for security reasons vdr can switch to a lesser privileged user
 # id during normal operation.
-USER=""
+USER="vdr"
 
-# Write the EPG data into EPGFILE. Default is /video/epg.data.
+# Write the EPG data into EPGFILE. Default on openSUSE is /var/cache/vdr/epg.data.
 # Use EPGFILE=- to disable this. If EPGFILE is a directory, the file
 # epg.data will be created in that directory.
 EPGFILE=""
@@ -199,11 +199,11 @@ DIRNAMES=
 RUNVDRPID=/var/run/runvdr.pid
 
 # Set the controlling terminal. For example, /dev/tty8
-TERMINAL="/dev/tty8"
+TERMINAL=
 
 # Switch console to some terminal? Needs terminal number.
 # For example, SWITCHTERMINAL=8
-SWITCHTERMINAL=8
+SWITCHTERMINAL=
 
 # Set language for locale to run VDR on.
 # This affects sort options in recordings.
openSUSE Build Service is sponsored by