projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/base-files: fix chmod of /tmp/.uci, bump package revision
[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
b9286f7
..
adb8f57
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() {
- [ -c /dev/watch
t
og ] && watchdog -t 5 /dev/watchdog
+ [ -c /dev/watch
d
og ] && watchdog -t 5 /dev/watchdog
}
This page took
0.019748 seconds
and
4
git commands to generate.