projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] kmod-libertas needs kmod-lib80211 to load
[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
..
861a1f9
100755
(executable)
--- a/
package/base-files/files/etc/init.d/watchdog
+++ b/
package/base-files/files/etc/init.d/watchdog
@@
-3,5
+3,6
@@
START=97
start() {
- [ -f /dev/watchtog ] && watchdog -t 5 /dev/watchdog
+ [ -c /dev/watchdog ] && [ -x /sbin/watchdog ] && \
+ watchdog -t 5 /dev/watchdog
}
This page took
0.021967 seconds
and
4
git commands to generate.