diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-01-31 19:54:16 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-01-31 19:54:16 +0000 |
commit | 70bda4e8954e537910e062cb84b22a9b9b49eaa6 (patch) | |
tree | 8498b64cec508a36daf52844af80f4aa60bdc198 | |
parent | corrected wrong comment in config-file (diff) | |
download | gentoo-vdr-scripts-70bda4e8954e537910e062cb84b22a9b9b49eaa6.tar.gz gentoo-vdr-scripts-70bda4e8954e537910e062cb84b22a9b9b49eaa6.tar.bz2 gentoo-vdr-scripts-70bda4e8954e537910e062cb84b22a9b9b49eaa6.zip |
set default shutdown retry time to 5min
svn path=/gentoo-vdr-scripts/trunk/; revision=148
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | usr/lib/vdr/bin/vdrshutdown-gate.sh | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ # ChangeLog for gentoo-vdr-scripts # $Id$ + 31 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> + usr/lib/vdr/bin/vdrshutdown-gate.sh: + set default shutdown retry time to 5min + 21 Jan 2006; Matthias Schwarzott <zzam@gentoo.org> etc/conf.d/vdr: corrected wrong comment in config-file diff --git a/usr/lib/vdr/bin/vdrshutdown-gate.sh b/usr/lib/vdr/bin/vdrshutdown-gate.sh index d10d19d..dbcdd06 100644 --- a/usr/lib/vdr/bin/vdrshutdown-gate.sh +++ b/usr/lib/vdr/bin/vdrshutdown-gate.sh @@ -23,7 +23,7 @@ VDR_TIMER_CHANNEL="${3}" VDR_TIMER_FILENAME="${4}" VDR_USERSHUTDOWN="${5}" -: ${DEFAULT_RETRY_TIME:=10} +: ${DEFAULT_RETRY_TIME:=5} queue_add_wait() { |