openwrt/package/system/procd/files
Karl Palsson c58e824acc procd: mdns: Support txt values with spaces
Properly quote the arguments so that you can register a service with TXT
entries that contains spaces.

Example:
   procd_add_mdns myservice tcp 9999 "key=descriptive text field 1" \
         "another=something equally verbose"

Output before:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["verbose" "equally" "another=something" "1" "field" "text" "key=descriptive"]

Output now:
$ avahi-browse -r -v _myservice._tcp
_myservice._tcp      local
   hostname = [blah.local]
   address = [192.168.255.74]
   port = [9999]
   txt = ["another=something equally verbose" "key=descriptive text field 1"]

Signed-off-by: Karl Palsson <karlp@etactica.com>
(cherry picked from commit 7a423c389a)
2017-12-13 16:29:22 +01:00
..
hotplug-preinit.json hotplug-preinit: remove superfluous and 2016-02-26 08:35:32 +00:00
hotplug.json procd: Set /dev/kmsg to 600 2016-07-02 10:16:18 +02:00
nand-preinit.sh procd: more nand takeover fixes 2014-12-03 20:22:37 +00:00
nand.sh procd: add support for overriding the tar sysupgrade board name 2017-01-11 13:40:36 +01:00
procd.sh procd: mdns: Support txt values with spaces 2017-12-13 16:29:22 +01:00
reload_config procd: check output of "uci show" instead of raw config files in order to track uncommitted changes 2014-07-29 02:12:24 +00:00