projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6766d68
)
fix typo in watchdog init script
author
Matteo Croce
<matteo@openwrt.org>
Thu, 3 Apr 2008 20:59:18 +0000
(20:59 +0000)
committer
Matteo Croce
<matteo@openwrt.org>
Thu, 3 Apr 2008 20:59:18 +0000
(20:59 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10726
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/files/etc/init.d/watchdog
patch
|
blob
|
history
diff --git
a/package/base-files/files/etc/init.d/watchdog
b/package/base-files/files/etc/init.d/watchdog
index
0821c8f
..
b9286f7
100755
(executable)
--- 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() {
- [ -
f
/dev/watchtog ] && watchdog -t 5 /dev/watchdog
+ [ -
c
/dev/watchtog ] && watchdog -t 5 /dev/watchdog
}