projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f260ef
)
procd: run the mdns register outside the sub shell container
author
John Crispin
<john@openwrt.org>
Fri, 29 Aug 2014 18:36:29 +0000
(18:36 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 29 Aug 2014 18:36:29 +0000
(18:36 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42327
package/system/procd/files/procd.sh
patch
|
blob
|
history
diff --git
a/package/system/procd/files/procd.sh
b/package/system/procd/files/procd.sh
index a92d36513bccc1ed4e73e27ed6f7a2a69a5d030f..d71c3cfc0a472f593a5731d697f9e584a211c190 100644
(file)
--- a/
package/system/procd/files/procd.sh
+++ b/
package/system/procd/files/procd.sh
@@
-321,10
+321,10
@@
procd_add_mdns_service() {
json_select ..
}
-
_
procd_add_mdns() {
+procd_add_mdns() {
procd_open_data
json_add_object "mdns"
-
mdns_add
_service $@
+
procd_add_mdns
_service $@
json_close_object
procd_close_data
}
@@
-364,5
+364,4
@@
_procd_wrapper \
procd_append_param \
procd_add_validation \
procd_set_config_changed \
- procd_add_mdns \
procd_kill