openwrt/package/system
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
..
ca-certificates ca-certificates: Update to 20170717 2017-12-13 16:23:39 +01:00
fstools fstools: backport fixes from master branch 2017-07-11 23:30:10 +02:00
fwtool fwtool: add utility for appending and extracting firmware metadata/signatures 2016-11-19 11:24:09 +01:00
lede-keyring lede-keyring: bundle latest usign certificates 2017-01-20 10:11:15 +01:00
mountd mountd: bump to git HEAD version (optimization fixes) 2017-11-09 18:08:16 +01:00
mtd mtd: add fixwrgg command 2016-10-27 01:50:42 +03:00
opkg opkg: bump to version 2017-12-08 2017-12-08 14:17:38 +01:00
procd procd: mdns: Support txt values with spaces 2017-12-13 16:29:22 +01:00
rpcd rpcd: update to version 2017-11-12 2017-11-17 14:42:49 +01:00
ubox ubox: bump to version 2017-03-10 2017-04-27 14:38:05 +08:00
ubus ubus: update to the latest version 2017-02-25 11:15:46 +01:00
uci treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
usign treewide: clean up and unify PKG_VERSION for git based downloads 2016-12-22 16:42:21 +01:00
zram-swap zram-swap: CONFIG_PROCD_ZRAM_TMPFS compatibility 2016-09-05 07:12:00 +02:00