From: Vasilis Tsiligiannis Date: Mon, 3 May 2010 10:56:58 +0000 (+0000) Subject: base-files: Remove redundant stopping of watchdog X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a481cafb5563b71aed7b61a2ed65716e383ea3f1;p=librecmc%2Flibrecmc.git base-files: Remove redundant stopping of watchdog busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341 --- diff --git a/package/base-files/files/etc/init.d/watchdog b/package/base-files/files/etc/init.d/watchdog index e44cbb153e..65a45e53f2 100755 --- a/package/base-files/files/etc/init.d/watchdog +++ b/package/base-files/files/etc/init.d/watchdog @@ -9,5 +9,4 @@ start() { stop() { killall -q watchdog - [ -c /dev/watchdog ] && echo "V" > /dev/watchdog }