From: John Crispin Date: Fri, 29 Aug 2014 18:36:29 +0000 (+0000) Subject: procd: run the mdns register outside the sub shell container X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=2003731b0ee2ad9f1d17cac4efd1a9e5634a7156 procd: run the mdns register outside the sub shell container Signed-off-by: John Crispin SVN-Revision: 42327 --- diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index a92d36513b..d71c3cfc0a 100644 --- 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