projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a84be7a
)
mdns: fix ubus wait_for command
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 2 Jul 2015 11:26:12 +0000
(11:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 2 Jul 2015 11:26:12 +0000
(11:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46156
package/network/services/mdns/files/mdns.init
patch
|
blob
|
history
diff --git
a/package/network/services/mdns/files/mdns.init
b/package/network/services/mdns/files/mdns.init
index 6f781190ffc7989943fbfa8e5193aaba0970c065..19b003233008683517bf5e429f402547a41c04b1 100644
(file)
--- a/
package/network/services/mdns/files/mdns.init
+++ b/
package/network/services/mdns/files/mdns.init
@@
-49,6
+49,6
@@
start_service() {
}
service_started() {
- ubus
wait_for -t 10
mdns
+ ubus
-t 10 wait_for
mdns
[ $? = 0 ] && reload_service
}