base-files: Remove redundant stopping of watchdog
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 3 May 2010 10:56:58 +0000 (10:56 +0000)
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>
Mon, 3 May 2010 10:56:58 +0000 (10:56 +0000)
busybox watchdog applet should stop the watchdog before shutting down

SVN-Revision: 21341

package/base-files/files/etc/init.d/watchdog

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