summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-05-03 10:56:58 +0000
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>2010-05-03 10:56:58 +0000
commita481cafb5563b71aed7b61a2ed65716e383ea3f1 (patch)
treeff824e761c4921d3830e53439f0d3cfd4416f7a5 /package/base-files
parent00e8846c96864bda01fea784c22c6509805c1099 (diff)
downloadmaster-31e0f0ae-a481cafb5563b71aed7b61a2ed65716e383ea3f1.tar.gz
master-31e0f0ae-a481cafb5563b71aed7b61a2ed65716e383ea3f1.tar.bz2
master-31e0f0ae-a481cafb5563b71aed7b61a2ed65716e383ea3f1.zip
base-files: Remove redundant stopping of watchdog
busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341
Diffstat (limited to 'package/base-files')
-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 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
}