]> git.pld-linux.org Git - packages/avahi.git/blame - nss-mdns-package.patch
- typo
[packages/avahi.git] / nss-mdns-package.patch
CommitLineData
65bff097
ER
1--- avahi-0.6.25/avahi-daemon/main.c~ 2008-12-12 23:36:15.000000000 +0200
2+++ avahi-0.6.25/avahi-daemon/main.c 2010-02-28 00:58:01.846880027 +0200
3@@ -986,7 +986,7 @@
4 assert(c);
5
6 if (!(nss_support = avahi_nss_support()))
7- avahi_log_warn("WARNING: No NSS support for mDNS detected, consider installing nss-mdns!");
8+ avahi_log_warn("WARNING: No NSS support for mDNS detected, consider installing nss_mdns!");
9
10 if (!(simple_poll_api = avahi_simple_poll_new())) {
11 avahi_log_error("Failed to create main loop object.");
12--- avahi-0.6.25/man/avahi-daemon.8.xml.in~ 2008-06-18 02:13:44.000000000 +0300
13+++ avahi-0.6.25/man/avahi-daemon.8.xml.in 2010-02-28 00:58:25.183544394 +0200
14@@ -40,7 +40,7 @@
15 use of the mDNS record cache the avahi-daemon maintains. First
16 there is the so called "simple protocol" which is used
17 exclusively by avahi-dnsconfd (a daemon which configures unicast
18- DNS servers using server info published via mDNS) and nss-mdns
19+ DNS servers using server info published via mDNS) and nss_mdns
20 (a libc NSS plugin, providing name resolution via mDNS). Finally
21 there is the D-Bus interface which provides a rich object
22 oriented interface to D-Bus enabled applications.</p>
23--- avahi-0.6.25/man/avahi-daemon.8~ 2009-04-14 04:57:47.000000000 +0300
24+++ avahi-0.6.25/man/avahi-daemon.8 2010-02-28 00:58:37.027084926 +0200
25@@ -11,7 +11,7 @@
26 avahi-daemon --check\fB
27 \f1
28 .SH DESCRIPTION
29-The Avahi mDNS/DNS-SD daemon implements Apple's Zeroconf architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and static services using mDNS/DNS-SD and provides two IPC APIs for local programs to make use of the mDNS record cache the avahi-daemon maintains. First there is the so called "simple protocol" which is used exclusively by avahi-dnsconfd (a daemon which configures unicast DNS servers using server info published via mDNS) and nss-mdns (a libc NSS plugin, providing name resolution via mDNS). Finally there is the D-Bus interface which provides a rich object oriented interface to D-Bus enabled applications.
30+The Avahi mDNS/DNS-SD daemon implements Apple's Zeroconf architecture (also known as "Rendezvous" or "Bonjour"). The daemon registers local IP addresses and static services using mDNS/DNS-SD and provides two IPC APIs for local programs to make use of the mDNS record cache the avahi-daemon maintains. First there is the so called "simple protocol" which is used exclusively by avahi-dnsconfd (a daemon which configures unicast DNS servers using server info published via mDNS) and nss_mdns (a libc NSS plugin, providing name resolution via mDNS). Finally there is the D-Bus interface which provides a rich object oriented interface to D-Bus enabled applications.
31
32 Upon startup avahi-daemon interprets its configuration file \fI/etc/avahi/avahi-daemon.conf\f1 and reads XML fragments from \fI/etc/avahi/services/*.service\f1 which may define static DNS-SD services. If you enable \fBpublish-resolv-conf-dns-servers\f1 in \fIavahi-daemon.conf\f1 the file \fI/etc/resolv.conf\f1 will be read, too.
33 .SH OPTIONS
34--- avahi-0.6.25/man/avahi-bookmarks.1.xml.in~ 2008-06-18 02:13:44.000000000 +0300
35+++ avahi-0.6.25/man/avahi-bookmarks.1.xml.in 2010-02-28 00:58:45.089793513 +0200
36@@ -55,7 +55,7 @@
37 <optdesc><p>Create links pointing to mDNS host names instead
38 of resolved IP addreses. This is only compatible with your
39 browser if you run some kind of local NSS module to resolve
40- mDNS host names (e.g. nss-mdns). If both -A and -H are ommited
41+ mDNS host names (e.g. nss_mdns). If both -A and -H are ommited
42 avahi-bookmarks detects whether NSS support is available
43 locally. This option conflicts with -A.</p></optdesc>
44 </option>
45--- avahi-0.6.25/man/avahi-bookmarks.1~ 2009-04-14 04:57:48.000000000 +0300
46+++ avahi-0.6.25/man/avahi-bookmarks.1 2010-02-28 00:58:54.383125793 +0200
47@@ -15,7 +15,7 @@
48 Specify an IP address to listen on. If omitted defaults to 127.0.0.1. Specify 0.0.0.0 if you want to allow remote access.
49 .TP
50 \fB-H | --host-names\f1
51-Create links pointing to mDNS host names instead of resolved IP addreses. This is only compatible with your browser if you run some kind of local NSS module to resolve mDNS host names (e.g. nss-mdns). If both -A and -H are ommited avahi-bookmarks detects whether NSS support is available locally. This option conflicts with -A.
52+Create links pointing to mDNS host names instead of resolved IP addreses. This is only compatible with your browser if you run some kind of local NSS module to resolve mDNS host names (e.g. nss_mdns). If both -A and -H are ommited avahi-bookmarks detects whether NSS support is available locally. This option conflicts with -A.
53 .TP
54 \fB-A | --addresses\f1
55 Create links pointing to numeric IP addresses instead of mDNS host names. This will break access to hosts running virtual servers. If both -A and -H are ommited avahi-bookmarks detects whether NSS support is available locally. This option conflicts with -H.
This page took 0.035215 seconds and 4 git commands to generate.