summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/examples
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2014-01-22 11:24:19 +0100
committerlado <herrlado@gmail.com>2014-01-22 11:24:19 +0100
commit44e27c9ebbbad3dd21be4425dba666d5afd67922 (patch)
treea13d1ef2f7f86d275949891d5d53521882f67d0b /vdr-vdrmanager/examples
parentdefb52443ac64c7a3227ea6fb16c7c04e1242f03 (diff)
downloadvdr-manager-44e27c9ebbbad3dd21be4425dba666d5afd67922.tar.gz
vdr-manager-44e27c9ebbbad3dd21be4425dba666d5afd67922.tar.bz2
examples updated
Diffstat (limited to 'vdr-vdrmanager/examples')
-rw-r--r--vdr-vdrmanager/examples/plugin.vdrmanager.conf10
-rw-r--r--vdr-vdrmanager/examples/vdr.vdrmanager10
2 files changed, 12 insertions, 8 deletions
diff --git a/vdr-vdrmanager/examples/plugin.vdrmanager.conf b/vdr-vdrmanager/examples/plugin.vdrmanager.conf
index c0c9a7d..4a1db3f 100644
--- a/vdr-vdrmanager/examples/plugin.vdrmanager.conf
+++ b/vdr-vdrmanager/examples/plugin.vdrmanager.conf
@@ -2,10 +2,12 @@
#
# For more details see:
# http://projects.vdr-developer.org/projects/vdr-manager/wiki
-# -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 port port number to listen to"
+# -P password password (none if not given). No password forces check against svdrphosts.conf."
+# -s force check against svdrphosts.conf, even if a password was given"
+# -c compression selects the compression mode to use ('z' for zlib or 'g' for gzip and 'n' for none)."
+# Zlib compression is enabled as default or is default compression if youf specify -c without arguments";
+# -k certfile[,keyfile] cert and key file for SSL (or one file for both)";
-p 6420
-P change
-c
diff --git a/vdr-vdrmanager/examples/vdr.vdrmanager b/vdr-vdrmanager/examples/vdr.vdrmanager
index ba53505..eafab35 100644
--- a/vdr-vdrmanager/examples/vdr.vdrmanager
+++ b/vdr-vdrmanager/examples/vdr.vdrmanager
@@ -2,8 +2,10 @@
#
# For more details see:
# http://projects.vdr-developer.org/projects/vdr-manager/wiki
-# -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"
+# -p port port number to listen to"
+# -P password password (none if not given). No password forces check against svdrphosts.conf."
+# -s force check against svdrphosts.conf, even if a password was given"
+# -c compression selects the compression mode to use ('z' for zlib or 'g' for gzip and 'n' for none)."
+# Zlib compression is enabled as default or is default compression if youf specify -c without arguments";
+# -k certfile[,keyfile] cert and key file for SSL (or one file for both)";
_EXTRAOPTS="-p 6420 -P change -c"