summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-03 10:56:58 +0000
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-05-03 10:56:58 +0000
commit4ca110a5a375fcba8a17f5f0ff0efecc4924ba56 (patch)
tree2414af3e98813a546328d1b1176d9ddcc1980cb2 /package
parent2d32caa106539cd47a9dd0395e1f259502cd398b (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')
-rwxr-xr-xpackage/base-files/files/etc/init.d/watchdog1
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 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
}