aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2008-04-03 21:01:16 +0000
committerMatteo Croce <rootkit85@yahoo.it>2008-04-03 21:01:16 +0000
commit633e548e0116bc18167d0f4d3dda9a81fa1473c3 (patch)
tree3394e0299aee5b991e30063807db957457bf1cc0 /package/base-files/files
parentcd4447d2693a551ea60bf52a62c3dd8bd5bacb38 (diff)
downloadupstream-633e548e0116bc18167d0f4d3dda9a81fa1473c3.tar.gz
upstream-633e548e0116bc18167d0f4d3dda9a81fa1473c3.tar.bz2
upstream-633e548e0116bc18167d0f4d3dda9a81fa1473c3.zip
fix typo(2) in watchdog init script
SVN-Revision: 10727
Diffstat (limited to 'package/base-files/files')
-rwxr-xr-xpackage/base-files/files/etc/init.d/watchdog2
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 b9286f7de4..adb8f57c13 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
}