diff options
| author | Matteo Croce <rootkit85@yahoo.it> | 2008-04-03 21:01:16 +0000 |
|---|---|---|
| committer | Matteo Croce <rootkit85@yahoo.it> | 2008-04-03 21:01:16 +0000 |
| commit | 633e548e0116bc18167d0f4d3dda9a81fa1473c3 (patch) | |
| tree | 3394e0299aee5b991e30063807db957457bf1cc0 | |
| parent | cd4447d2693a551ea60bf52a62c3dd8bd5bacb38 (diff) | |
| download | upstream-633e548e0116bc18167d0f4d3dda9a81fa1473c3.tar.gz upstream-633e548e0116bc18167d0f4d3dda9a81fa1473c3.tar.bz2 upstream-633e548e0116bc18167d0f4d3dda9a81fa1473c3.zip | |
fix typo(2) in watchdog init script
SVN-Revision: 10727
| -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 b9286f7de4a..adb8f57c139 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 } |
