X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fbase-files%2Ffiles%2Fetc%2Finit.d%2Fwatchdog;h=861a1f9eb04d412c09bf376e83503183aa9fe846;hb=e7cb5d5226305fd3376d517b26214f9b79350305;hp=b9286f7de4a116446bc26f28bedd56496bd595ff;hpb=6604aa7c980659f28bf6c184cad51029baabca35;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/etc/init.d/watchdog b/package/base-files/files/etc/init.d/watchdog index b9286f7de..861a1f9eb 100755 --- a/package/base-files/files/etc/init.d/watchdog +++ b/package/base-files/files/etc/init.d/watchdog @@ -3,5 +3,6 @@ START=97 start() { - [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog + [ -c /dev/watchdog ] && [ -x /sbin/watchdog ] && \ + watchdog -t 5 /dev/watchdog }