aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-07-06 16:11:45 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-07-06 16:11:45 +0000
commitaf1e8ad5c56ef110d3d3d740eeefd5a52d02d505 (patch)
tree6632d821c41d1370fd4304a158dc755d17a5000f /etc
parentRun post-start addons also when vdr did not start. This will print syslog out... (diff)
downloadgentoo-vdr-scripts-af1e8ad5c56ef110d3d3d740eeefd5a52d02d505.tar.gz
gentoo-vdr-scripts-af1e8ad5c56ef110d3d3d740eeefd5a52d02d505.tar.bz2
gentoo-vdr-scripts-af1e8ad5c56ef110d3d3d740eeefd5a52d02d505.zip
Changed message about died vdr process.
svn path=/gentoo-vdr-scripts/trunk/; revision=631
Diffstat (limited to 'etc')
-rwxr-xr-xetc/init.d/vdr2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/init.d/vdr b/etc/init.d/vdr
index b7da10e..58b536a 100755
--- a/etc/init.d/vdr
+++ b/etc/init.d/vdr
@@ -150,4 +150,6 @@ watchdogrestart() {
load_addons_prefixed watchdog-restart
( start_vdr )
+
+ svdrpsend.pl mesg "Warning: VDR process died."
}