projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b526f65
)
fix typo in watchdog init script
author
Matteo Croce
<rootkit85@yahoo.it>
Thu, 3 Apr 2008 20:59:18 +0000
(20:59 +0000)
committer
Matteo Croce
<rootkit85@yahoo.it>
Thu, 3 Apr 2008 20:59:18 +0000
(20:59 +0000)
SVN-Revision: 10726
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 0821c8f4756e02d797a43df3328b4fba3cc908b0..b9286f7de4a116446bc26f28bedd56496bd595ff 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
}