From 7b14565379b6334090c84db2f8911b7757212e5b Mon Sep 17 00:00:00 2001 From: lado Date: Wed, 3 Apr 2013 10:00:02 +0200 Subject: current changes --- vdr-vdrmanager/examples/plugin.vdrmanager.conf | 2 ++ vdr-vdrmanager/examples/vdr.vdrmanager | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'vdr-vdrmanager/examples') diff --git a/vdr-vdrmanager/examples/plugin.vdrmanager.conf b/vdr-vdrmanager/examples/plugin.vdrmanager.conf index ec4cad3..c0c9a7d 100644 --- a/vdr-vdrmanager/examples/plugin.vdrmanager.conf +++ b/vdr-vdrmanager/examples/plugin.vdrmanager.conf @@ -5,5 +5,7 @@ # -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 e1d1ddb..ba53505 100644 --- a/vdr-vdrmanager/examples/vdr.vdrmanager +++ b/vdr-vdrmanager/examples/vdr.vdrmanager @@ -5,4 +5,5 @@ # -p port port number to listen to\n" # -P password password (none if not given)" # -s force check against svdrphosts.conf"; -_EXTRAOPTS="-p 6420 -P change" +# -c selects the compression mode to use (zlib or gzip). Default is zlib" +_EXTRAOPTS="-p 6420 -P change -c" -- cgit v1.2.3