]> git.pld-linux.org Git - packages/avahi.git/blob - nss-mdns-package.patch
- fixed qt3 devel dependency; release 2
[packages/avahi.git] / nss-mdns-package.patch
1 diff -urN avahi-0.6.32.org/avahi-daemon/main.c avahi-0.6.32/avahi-daemon/main.c
2 --- avahi-0.6.32.org/avahi-daemon/main.c        2016-02-16 03:13:45.000000000 +0100
3 +++ avahi-0.6.32/avahi-daemon/main.c    2016-05-27 01:47:37.741433179 +0200
4 @@ -1141,7 +1141,7 @@
5      ignore_signal(SIGPIPE);
6  
7      if (!(nss_support = avahi_nss_support()))
8 -        avahi_log_warn("WARNING: No NSS support for mDNS detected, consider installing nss-mdns!");
9 +        avahi_log_warn("WARNING: No NSS support for mDNS detected, consider installing nss_mdns!");
10  
11      if (!(simple_poll_api = avahi_simple_poll_new())) {
12          avahi_log_error("Failed to create main loop object.");
13 diff -urN avahi-0.6.32.org/man/avahi-bookmarks.1.xml.in avahi-0.6.32/man/avahi-bookmarks.1.xml.in
14 --- avahi-0.6.32.org/man/avahi-bookmarks.1.xml.in       2016-02-16 03:13:45.000000000 +0100
15 +++ avahi-0.6.32/man/avahi-bookmarks.1.xml.in   2016-05-27 01:47:37.738099757 +0200
16 @@ -53,7 +53,7 @@
17          <optdesc><p>Create links pointing to mDNS host names instead
18          of resolved IP addreses. This is only compatible with your
19          browser if you run some kind of local NSS module to resolve
20 -        mDNS host names (e.g. nss-mdns). If both -A and -H are ommited
21 +        mDNS host names (e.g. nss_mdns). If both -A and -H are ommited
22          avahi-bookmarks detects whether NSS support is available
23          locally. This option conflicts with -A.</p></optdesc>
24        </option>
25 diff -urN avahi-0.6.32.org/man/avahi-daemon.8.xml.in avahi-0.6.32/man/avahi-daemon.8.xml.in
26 --- avahi-0.6.32.org/man/avahi-daemon.8.xml.in  2016-02-16 03:13:45.000000000 +0100
27 +++ avahi-0.6.32/man/avahi-daemon.8.xml.in      2016-05-27 01:47:37.738099757 +0200
28 @@ -38,7 +38,7 @@
29        use of the mDNS record cache the avahi-daemon maintains. First
30        there is the so called "simple protocol" which is used
31        exclusively by avahi-dnsconfd (a daemon which configures unicast
32 -      DNS servers using server info published via mDNS) and nss-mdns
33 +      DNS servers using server info published via mDNS) and nss_mdns
34        (a libc NSS plugin, providing name resolution via mDNS). Finally
35        there is the D-Bus interface which provides a rich object
36        oriented interface to D-Bus enabled applications.</p>
This page took 0.057796 seconds and 3 git commands to generate.