projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd4447d
)
fix typo(2) in watchdog init script
author
Matteo Croce
<rootkit85@yahoo.it>
Thu, 3 Apr 2008 21:01:16 +0000
(21:01 +0000)
committer
Matteo Croce
<rootkit85@yahoo.it>
Thu, 3 Apr 2008 21:01:16 +0000
(21:01 +0000)
SVN-Revision: 10727
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 b9286f7de4a116446bc26f28bedd56496bd595ff..adb8f57c1393a291356237961a5bdb1a19b1fa5b 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
}