diff options
author | lado <herrlado@gmail.com> | 2011-11-06 16:34:07 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-06 16:34:07 +0100 |
commit | 9d44e3e0a75fb0d6f8125918b8fd8dd434e6ee2e (patch) | |
tree | 1a3df2b779ab214198c3b2504d6d8a043a887eed /vdr-vdrmanager | |
parent | 5d6eb0f2b28b3a385ba301ec01b3622558e5974d (diff) | |
download | vdr-manager-9d44e3e0a75fb0d6f8125918b8fd8dd434e6ee2e.tar.gz vdr-manager-9d44e3e0a75fb0d6f8125918b8fd8dd434e6ee2e.tar.bz2 |
better example
Diffstat (limited to 'vdr-vdrmanager')
-rw-r--r-- | vdr-vdrmanager/examples/README | 2 | ||||
-rw-r--r-- | vdr-vdrmanager/examples/plugin.vdrmanager.conf | 3 | ||||
-rw-r--r-- | vdr-vdrmanager/examples/vdr.vdrmanager | 4 |
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" |