projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6793ef
)
* luci-0.8: backport olsrd init fix
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 14 Sep 2008 22:54:55 +0000
(22:54 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 14 Sep 2008 22:54:55 +0000
(22:54 +0000)
contrib/package/olsrd-luci/files/etc/init.d/olsrd
patch
|
blob
|
history
diff --git
a/contrib/package/olsrd-luci/files/etc/init.d/olsrd
b/contrib/package/olsrd-luci/files/etc/init.d/olsrd
index
54f5502
..
c94c2a3
100755
(executable)
--- a/
contrib/package/olsrd-luci/files/etc/init.d/olsrd
+++ b/
contrib/package/olsrd-luci/files/etc/init.d/olsrd
@@
-562,12
+562,12
@@
start() {
[ -z "$OLSRD_CONFIG_FILE" ] && return 1
### start olsrd
- start-stop-daemon -b -m -p $PID -x $BIN -S -- -f $CONF -nofork
+ start-stop-daemon -
q -
b -m -p $PID -x $BIN -S -- -f $CONF -nofork
}
stop() {
### stop olsrd
- start-stop-daemon -q -p $PID -
a ${BIN##*/}
-K
+ start-stop-daemon -q -p $PID -
x $BIN
-K
}
restart() {