git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a000133
)
applications/luci-splash: fix two other redundant lock wait calls
author
Jo-Philipp Wich
<redacted>
Fri, 1 Jul 2011 11:33:46 +0000
(11:33 +0000)
committer
Jo-Philipp Wich
<redacted>
Fri, 1 Jul 2011 11:33:46 +0000
(11:33 +0000)
applications/luci-splash/root/etc/init.d/luci_splash
patch
|
blob
|
history
diff --git
a/applications/luci-splash/root/etc/init.d/luci_splash
b/applications/luci-splash/root/etc/init.d/luci_splash
index 285471773488f9715a1033cd2494e45e6ff6384a..e4980d968bbbf79d09489d2b89dead14f41b38e0 100755
(executable)
--- a/
applications/luci-splash/root/etc/init.d/luci_splash
+++ b/
applications/luci-splash/root/etc/init.d/luci_splash
@@
-161,7
+161,7
@@
EOF
}
start() {
- lock
-w $LOCK && lock
$LOCK
+ lock $LOCK
include /lib/network
scan_interfaces
@@
-238,7
+238,7
@@
start() {
}
stop() {
- lock
-w $LOCK && lock
$LOCK
+ lock $LOCK
include /lib/network
scan_interfaces
git clone https://git.99rst.org/PROJECT