summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr-vdrmanager/examples/README2
-rw-r--r--vdr-vdrmanager/examples/plugin.vdrmanager.conf3
-rw-r--r--vdr-vdrmanager/examples/vdr.vdrmanager4
3 files changed, 7 insertions, 2 deletions
diff --git a/vdr-vdrmanager/examples/README b/vdr-vdrmanager/examples/README
index c6c0c60..6155f45 100644
--- a/vdr-vdrmanager/examples/README
+++ b/vdr-vdrmanager/examples/README
@@ -1,2 +1,2 @@
plugin.vdrmanager.conf - example for e.a. Debuab, ubuntu. This should be copied into /etc/vdr/plugins/
-vdr.vdrmanager.conf - example for gentoo, this file should be copied into /etc/conf.d/
+vdr.vdrmanager - example for gentoo, this file should be copied into /etc/conf.d/
diff --git a/vdr-vdrmanager/examples/plugin.vdrmanager.conf b/vdr-vdrmanager/examples/plugin.vdrmanager.conf
index 5081563..ec4cad3 100644
--- a/vdr-vdrmanager/examples/plugin.vdrmanager.conf
+++ b/vdr-vdrmanager/examples/plugin.vdrmanager.conf
@@ -2,5 +2,8 @@
#
# 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)";
-p 6420
-P change
diff --git a/vdr-vdrmanager/examples/vdr.vdrmanager b/vdr-vdrmanager/examples/vdr.vdrmanager
index 57923a0..e1d1ddb 100644
--- a/vdr-vdrmanager/examples/vdr.vdrmanager
+++ b/vdr-vdrmanager/examples/vdr.vdrmanager
@@ -2,5 +2,7 @@
#
# 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";
_EXTRAOPTS="-p 6420 -P change"