diff options
author | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-03 21:01:16 +0000 |
---|---|---|
committer | matteo <matteo@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-03 21:01:16 +0000 |
commit | 5e1f0b5bb07f841701341a9eaad5d14d2ce791e8 (patch) | |
tree | c4ac45d23548ddd9dd88b0bf283106d8c90245d1 /package/base-files/files | |
parent | 6604aa7c980659f28bf6c184cad51029baabca35 (diff) |
fix typo(2) in watchdog init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10727 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files')
-rwxr-xr-x | package/base-files/files/etc/init.d/watchdog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/etc/init.d/watchdog b/package/base-files/files/etc/init.d/watchdog index b9286f7de..adb8f57c1 100755 --- a/package/base-files/files/etc/init.d/watchdog +++ b/package/base-files/files/etc/init.d/watchdog @@ -3,5 +3,5 @@ START=97 start() { - [ -c /dev/watchtog ] && watchdog -t 5 /dev/watchdog + [ -c /dev/watchdog ] && watchdog -t 5 /dev/watchdog } |