summaryrefslogtreecommitdiff
path: root/debian/patches/0700-init.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0700-init.patch')
-rw-r--r--debian/patches/0700-init.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/0700-init.patch b/debian/patches/0700-init.patch
index d0701e4..be24a2a 100644
--- a/debian/patches/0700-init.patch
+++ b/debian/patches/0700-init.patch
@@ -85,16 +85,16 @@ Index: trunk/scripts/ipmiutil_wdt
# Short-Description: ipmiutil watchdog timer init script
# Description: Init script to enable and reset ipmiutil watchdog timer via cron
### END INIT INFO
-@@ -33,6 +33,8 @@ wdtlog=/var/log/$name
- #tmpcron=/tmp/wdtcron.$$
- # tmpcron2=/tmp/wdtcron2.$$
+@@ -28,6 +28,8 @@ LOCKFILE=/var/lock/subsys/$name
+ wdtlog=/var/log/$name
+ wdtsec=150 # default 150 seconds for watchdog timeout (2*60 + 30)
+. /lib/lsb/init-functions
+
start() {
echo -n "Starting $prog: "
echo
-@@ -137,10 +139,13 @@ case "$1" in
+@@ -123,10 +125,13 @@ case "$1" in
restart)
restart
;;