base-files: Remove redundant stopping of watchdog

busybox watchdog applet should stop the watchdog before shutting down

SVN-Revision: 21341
owl
Vasilis Tsiligiannis 2010-05-03 10:56:58 +00:00
parent 00e8846c96
commit a481cafb55
1 changed files with 0 additions and 1 deletions

View File

@ -9,5 +9,4 @@ start() {
stop() {
killall -q watchdog
[ -c /dev/watchdog ] && echo "V" > /dev/watchdog
}