diff options
-rw-r--r-- | vdr-vdrmanager/examples/plugin.vdrmanager.conf | 2 | ||||
-rw-r--r-- | vdr-vdrmanager/examples/vdr.vdrmanager | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/vdr-vdrmanager/examples/plugin.vdrmanager.conf b/vdr-vdrmanager/examples/plugin.vdrmanager.conf index c0c9a7d..ec4cad3 100644 --- a/vdr-vdrmanager/examples/plugin.vdrmanager.conf +++ b/vdr-vdrmanager/examples/plugin.vdrmanager.conf @@ -5,7 +5,5 @@ # -p port port number to listen to\n" # -P password password (none if not given)" # -s force check against svdrphosts.conf even if -P option was given (password)"; -# -c selects the compression mode to use (zlib or gzip). Default is zlib" -p 6420 -P change --c diff --git a/vdr-vdrmanager/examples/vdr.vdrmanager b/vdr-vdrmanager/examples/vdr.vdrmanager index ba53505..e1d1ddb 100644 --- a/vdr-vdrmanager/examples/vdr.vdrmanager +++ b/vdr-vdrmanager/examples/vdr.vdrmanager @@ -5,5 +5,4 @@ # -p port port number to listen to\n" # -P password password (none if not given)" # -s force check against svdrphosts.conf"; -# -c selects the compression mode to use (zlib or gzip). Default is zlib" -_EXTRAOPTS="-p 6420 -P change -c" +_EXTRAOPTS="-p 6420 -P change" |