projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo in watchdog init script
[openwrt.git]
/
package
/
base-files
/
files
/
etc
/
init.d
/
watchdog
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
}
This page took
0.020451 seconds
and
4
git commands to generate.