From 4ca110a5a375fcba8a17f5f0ff0efecc4924ba56 Mon Sep 17 00:00:00 2001 From: acinonyx Date: Mon, 3 May 2010 10:56:58 +0000 Subject: [package] base-files: Remove redundant stopping of watchdog busybox watchdog applet should stop the watchdog before shutting down git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21341 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/watchdog | 1 - 1 file changed, 1 deletion(-) (limited to 'package/base-files') diff --git a/package/base-files/files/etc/init.d/watchdog b/package/base-files/files/etc/init.d/watchdog index e44cbb153..65a45e53f 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 } -- cgit v1.2.3