tn3399_openwrt/package
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
..
base-files base-files: drop unused preinit_echo function 2017-08-09 23:23:06 +02:00
boot uboot-envtools: Add support for IPQ806x AP148 and DB149 2017-08-30 18:12:48 +02:00
devel toolchain/arc: update to the most recent release arc-2017.03 2017-07-18 23:23:27 +02:00
firmware ath10k-firmware: update qca9887 firmware to 10.2.4-1.0-00029 2017-08-23 16:34:21 +02:00
kernel lantiq: ltq-ptm: fix ADSL showtime handler 2017-08-29 02:20:45 +02:00
libs openssl: update to version 1.0.2l 2017-07-28 23:07:17 +02:00
network Revert "dropbear: Link ssh and scp command to /bin instead of /usr/bin" 2017-08-31 21:09:13 +02:00
system procd: mdns: Support txt values with spaces 2017-09-01 08:58:09 +02:00
utils busybox: update to 1.27.2 2017-08-30 22:34:41 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00