diff options
author | Udo Richter <udo_richter@gmx.de> | 2009-04-13 00:00:00 +0200 |
---|---|---|
committer | Manuel Reimer <manuel.reimer@gmx.de> | 2013-10-01 17:25:43 +0200 |
commit | bc5839b182882ac6650c886bb451512c26635f97 (patch) | |
tree | b6dc4be9960262dd91b976b14e5f921d2ccf336f /runvdr.conf.example | |
parent | 1fb120a90dca0959b10a690e25b3939cc34acf06 (diff) | |
download | runvdr-extreme-bc5839b182882ac6650c886bb451512c26635f97.tar.gz runvdr-extreme-bc5839b182882ac6650c886bb451512c26635f97.tar.bz2 |
Version 0.4.1v0.4.1
* Fix: Parsing sysconfig file
* Fix: --xserver option not working, some weired options bugs fixed
* New: AddParams xxx replaces ADDPARAM="xxx"
* New: Internally building command line in bash array
Diffstat (limited to 'runvdr.conf.example')
-rw-r--r-- | runvdr.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runvdr.conf.example b/runvdr.conf.example index 070581c..f22aac0 100644 --- a/runvdr.conf.example +++ b/runvdr.conf.example @@ -188,7 +188,8 @@ MAXRESTARTS=5 RESTARTTIME=10 # Additional parameters to pass to VDR directly, without parsing: -ADDPARAM="" +# Add them without extra quoting, like AddParams -a -b -c "Some Parameter" +AddParams # Command wrapper. Will be placed in front of the VDR command. # Example: |