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 /init.d.runvdr.Debian | |
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 'init.d.runvdr.Debian')
-rwxr-xr-x | init.d.runvdr.Debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.runvdr.Debian b/init.d.runvdr.Debian index 1b2d2f9..bc3d1f1 100755 --- a/init.d.runvdr.Debian +++ b/init.d.runvdr.Debian @@ -72,7 +72,7 @@ case "$1" in d_reload echo "." ;; - dvb-reload) + dvb-reload|dvb-restart) echo -n "Reloading $DESC configuration" d_dvb_reload echo "." |