[package] base-files: Remove redundant stopping of watchdog
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 May 2010 10:56:58 +0000 (10:56 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 3 May 2010 10:56:58 +0000 (10:56 +0000)
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

index e44cbb1..65a45e5 100755 (executable)
@@ -9,5 +9,4 @@ start() {
 
 stop() {
        killall -q watchdog
-       [ -c /dev/watchdog ] && echo "V" > /dev/watchdog
 }