openwrtv4/package/system
Karl Palsson 7a423c389a 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>
2017-09-01 08:58:09 +02:00
..
ca-certificates ca-certificates: Update to 20170717 2017-08-18 18:44:38 +02:00
fstools fstools: update to latest git HEAD 2017-07-31 19:16:39 +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:10:55 +01:00
mtd mtd: add fixwrgg command 2016-10-27 01:50:42 +03:00
opkg opkg: bump to version 2017-07-28 2017-07-28 13:21:30 +02:00
procd procd: mdns: Support txt values with spaces 2017-09-01 08:58:09 +02:00
rpcd rpcd: Explicitly link with lcrypt 2017-01-29 11:51:02 -08:00
ubox ubox: update to the latest version 2017-03-03 12:01:54 +01:00
ubus ubus: update to the latest version 2017-02-25 11:15:09 +01:00
uci uci: update to the latest version 2017-07-11 22:09:57 +02: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