diff options
author | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-03 10:56:58 +0000 |
---|---|---|
committer | acinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-03 10:56:58 +0000 |
commit | 4ca110a5a375fcba8a17f5f0ff0efecc4924ba56 (patch) | |
tree | 2414af3e98813a546328d1b1176d9ddcc1980cb2 /package/base-files/files/etc/init.d | |
parent | 2d32caa106539cd47a9dd0395e1f259502cd398b (diff) |
[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
Diffstat (limited to 'package/base-files/files/etc/init.d')
-rwxr-xr-x | package/base-files/files/etc/init.d/watchdog | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |