source: networking/netutils/avahi.xml@ 3b339ddc

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3b339ddc was 3b339ddc, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to gcr-3.40.0
Update to gsettings-desktop-schemas-40.0
Update to yelp-xsl-40.0
Update to vte-0.64.0
Update to gjs-1.68.0
Update to gnome-desktop-40.0
Update to libgee-0.20.4
Update to libpeas-1.30.0
Update to libgweather-40.0
Update to evolution-data-server-3.40.0
Update to tracker3-3.1.1
Update to tracker3-miners-3.1.1
Fix a security vulnerability in Avahi
Fix a security vulnerability in p7zip
Fix a security vulnerability in NetworkManager
Add a gnome-minor-40 entity and change the static URLs for sysprof/pygobject3/libdazzle over to it
Fix the spacing for the gnome-40 entity

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24440 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 23.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY avahi-download-http "https://github.com/lathiat/avahi/releases/download/v&avahi-version;/avahi-&avahi-version;.tar.gz">
8 <!ENTITY avahi-download-ftp " ">
9 <!ENTITY avahi-md5sum "229c6aa30674fc43c202b22c5f8c2be7">
10 <!ENTITY avahi-size "1.5 MB">
11 <!ENTITY avahi-buildsize "32 MB">
12 <!ENTITY avahi-time "0.3 SBU">
13]>
14
15<sect1 id="avahi" xreflabel="Avahi-&avahi-version;">
16 <?dbhtml filename="avahi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Avahi-&avahi-version;</title>
24
25 <indexterm zone="avahi">
26 <primary sortas="a-Avahi">Avahi</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Avahi</title>
31
32 <para>
33 The <application>Avahi</application> package is a system which
34 facilitates service discovery on a local network.
35 </para>
36
37 &lfs101_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&avahi-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&avahi-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &avahi-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &avahi-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &avahi-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &avahi-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/avahi-&avahi-version;-ipv6_race_condition_fix-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Avahi Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="glib2"/>
88 </para>
89
90 <bridgehead renderas="sect4">Recommended</bridgehead>
91 <para role="recommended">
92 <xref linkend="gobject-introspection"/>,
93 <xref linkend="gtk2"/>,
94 <xref linkend="gtk3"/>,
95 <xref linkend="libdaemon"/>,
96 <xref linkend="libglade"/>, and
97 <xref linkend="qt5"/>
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="dbus-python"/>,
103 <xref linkend="libevent"/>,
104 <xref linkend="pygtk"/>,
105 <xref linkend="doxygen"/> and
106 <ulink url="https://sourceforge.net/projects/xmltoman/">xmltoman</ulink>
107 (for generating documentation)
108 </para>
109
110 <para condition="html" role="usernotes">User Notes:
111 <ulink url="&blfs-wiki;/avahi"/>
112 </para>
113 </sect2>
114
115 <sect2 role="installation">
116 <title>Installation of Avahi</title>
117
118 <para>
119 There should be a dedicated user and group to take control
120 of the <command>avahi-daemon</command> daemon after it is
121 started. Issue the following commands as the
122 <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>groupadd -fg 84 avahi &amp;&amp;
126useradd -c "Avahi Daemon Owner" -d /var/run/avahi-daemon -u 84 \
127 -g avahi -s /bin/false avahi</userinput></screen>
128
129 <para>
130 There should also be a dedicated priviliged access group for
131 <application>Avahi</application> clients. Issue the following command as
132 the <systemitem class="username">root</systemitem> user:
133 </para>
134
135<screen role="root"><userinput>groupadd -fg 86 netdev</userinput></screen>
136
137 <para>
138 Fix a regression that results in a race condition when IPv6 is in use
139 and multiple network adapters are present on the system:
140 </para>
141
142<screen><userinput remap="pre">patch -Np1 -i ../avahi-&avahi-version;-ipv6_race_condition_fix-1.patch</userinput></screen>
143
144 <para>
145 Fix a security vulnerabilty in <command>avahi-daemon</command>:
146 </para>
147
148<screen><userinput remap="pre">sed -i '426a if (events &amp; AVAHI_WATCH_HUP) { \
149client_free(c); \
150return; \
151}' avahi-daemon/simple-protocol.c</userinput></screen>
152
153 <para>
154 Install <application>Avahi</application> by running the following
155 commands:
156 </para>
157
158<screen revision="sysv"><userinput>./configure --prefix=/usr \
159 --sysconfdir=/etc \
160 --localstatedir=/var \
161 --disable-static \
162 --disable-libevent \
163 --disable-mono \
164 --disable-monodoc \
165 --disable-python \
166 --disable-qt3 \
167 --disable-qt4 \
168 --enable-core-docs \
169 --with-distro=none \
170 --with-systemdsystemunitdir=no &amp;&amp;
171make</userinput></screen>
172
173<screen revision="systemd"><userinput>./configure --prefix=/usr \
174 --sysconfdir=/etc \
175 --localstatedir=/var \
176 --disable-static \
177 --disable-libevent \
178 --disable-mono \
179 --disable-monodoc \
180 --disable-python \
181 --disable-qt3 \
182 --disable-qt4 \
183 --enable-core-docs \
184 --with-distro=none \
185 --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
186make</userinput></screen>
187
188 <para>
189 This package does not come with a test suite.
190 </para>
191
192 <para>
193 Now, as the <systemitem class="username">root</systemitem> user:
194 </para>
195
196<screen role="root"><userinput>make install</userinput></screen>
197
198 </sect2>
199
200 <sect2 role="commands">
201 <title>Command Explanations</title>
202
203 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
204 href="../../xincludes/static-libraries.xml"/>
205
206 <para>
207 <parameter>--disable-libevent</parameter>: This parameter disables the
208 use of <xref linkend="libevent"/>. Remove if you have it installed.
209 </para>
210
211 <para>
212 <parameter>--disable-mono</parameter>: This parameter disables the
213 <application>Mono</application> bindings.
214 </para>
215
216 <para>
217 <parameter>--disable-monodoc</parameter>: This parameter disables
218 documentation for the <application>Mono</application> bindings.
219 </para>
220
221 <para>
222 <parameter>--disable-python</parameter>: This parameter disables the
223 scripts that depend on <application>Python</application>. It also
224 allows a regular install to complete successfully.
225 </para>
226
227 <para>
228 <parameter>--disable-qt3</parameter>: This parameter disables the
229 attempt to build the obsolete <application>Qt3</application>
230 portions of the package.
231 </para>
232
233 <para>
234 <parameter>--disable-qt4</parameter>: This parameter disables the
235 attempt to build the obsolete <application>Qt4Core</application>
236 portions of the package.
237 </para>
238
239 <para>
240 <parameter>--enable-core-docs</parameter>: This parameter enables the
241 building of documentation.
242 </para>
243
244 <para>
245 <parameter>--with-distro=none</parameter>: There is an obsolete
246 boot script in the distribution for LFS. This option disables it.
247 </para>
248
249 <para revision="sysv">
250 <parameter>--with-systemdsystemunitdir=no</parameter>: Without it, the
251 daemon fails to start in BLFS, which does not support
252 <application>systemd</application>.
253 </para>
254
255 <para revision="systemd">
256 <parameter>--with-systemdsystemunitdir=/lib/systemd/system</parameter>:
257 This parameter is used to set the correct installation directory for
258 systemd units.
259 </para>
260
261 <para>
262 <option>--disable-dbus</option>: This parameter disables the use
263 of <application>D-Bus</application>.
264 </para>
265
266 <para>
267 <option>--disable-gtk</option>: This parameter disables the use
268 of <application>GTK+2</application>.
269 </para>
270
271 <para>
272 <option>--disable-gtk3</option>: This parameter disables the use
273 of <application>GTK+3</application>.
274 </para>
275
276 <para>
277 <option>--disable-qt5</option>: This parameter disables the use
278 of <application>Qt5</application>, and allows building without it.
279 </para>
280
281 <para>
282 <option>--disable-libdaemon</option>: This parameter disables the use
283 of <application>libdaemon</application>. If you use this option,
284 <command>avahi-daemon</command> won't be built.
285 </para>
286
287 <para>
288 <option>--enable-tests</option>: This option enables the building of
289 tests and examples.
290 </para>
291
292 <para>
293 <option>--enable-compat-howl</option>: This option enables the
294 compatibility layer for <application>HOWL</application>.
295 </para>
296
297 <para>
298 <option>--enable-compat-libdns_sd</option>: This option enables the
299 compatibility layer for <application>libdns_sd</application>.
300 </para>
301
302 </sect2>
303
304 <sect2 role="configuration">
305 <title>Configuring avahi</title>
306
307 <sect3 id="avahi-init">
308 <title>Boot Script</title>
309
310 <para revision="sysv">
311 To automatically start the <command>avahi-daemon</command>
312 when the system is rebooted, install the
313 <filename>/etc/rc.d/init.d/avahi</filename> bootscript from
314 the <xref linkend="bootscripts"/> package.
315 </para>
316
317 <para revision="systemd">
318 To start the <command>avahi-daemon</command> daemon at boot, enable
319 the previously installed systemd unit by running the following command
320 as the <systemitem class="username">root</systemitem> user:
321 </para>
322
323 <indexterm zone="avahi avahi-init">
324 <primary sortas="f-avahi">avahi</primary>
325 </indexterm>
326
327<screen role="root" revision="sysv"><userinput>make install-avahi</userinput></screen>
328
329<screen role="root" revision="systemd"><userinput>systemctl enable avahi-daemon</userinput></screen>
330
331 <para revision="systemd">
332 To start the <command>avahi-dnsconfd</command> daemon at boot, enable
333 the previously installed systemd unit by running the following command
334 as the <systemitem class="username">root</systemitem> user:
335 </para>
336
337<screen role="root" revision="systemd"><userinput>systemctl enable avahi-dnsconfd</userinput></screen>
338
339 </sect3>
340
341 </sect2>
342
343 <sect2 role="content">
344 <title>Contents</title>
345
346 <segmentedlist>
347 <segtitle>Installed Programs</segtitle>
348 <segtitle>Installed Libraries</segtitle>
349 <segtitle>Installed Directories</segtitle>
350
351 <seglistitem>
352 <seg>avahi-autoipd, avahi-browse, avahi-browse-domains,
353 avahi-daemon, avahi-discover-standalone, avahi-dnsconfd,
354 avahi-publish, avahi-publish-address, avahi-publish-service,
355 avahi-resolve, avahi-resolve-address, avahi-resolve-host-name,
356 avahi-set-host-name, bshell, bssh, and bvnc</seg>
357 <seg>libavahi-client.so, libavahi-common.so, libavahi-core.so,
358 libavahi-glib.so, libavahi-gobject.so, libavahi-libevent.so
359 libavahi-ui-gtk3.so, libavahi-qt5, libavahi-ui.so, libdns_sd.so, and
360 libhowl.so,</seg>
361 <seg>/etc/avahi/services, /usr/include/{avahi-client,avahi-common,
362 avahi-compat-howl, avahi-compat-libdns_sd, avahi-core, avahi-glib,
363 avahi-gobject, avahi-libevent, avahi-qt5, avahi-ui},
364 /usr/lib/avahi, /usr/share/avahi</seg>
365 </seglistitem>
366 </segmentedlist>
367
368 <variablelist>
369 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
370 <?dbfo list-presentation="list"?>
371 <?dbhtml list-presentation="table"?>
372
373 <varlistentry id="avahi-autoipd">
374 <term><command>avahi-autoipd</command></term>
375 <listitem>
376 <para>
377 is a IPv4LL network address configuration daemon
378 </para>
379 <indexterm zone="avahi avahi-autoipd">
380 <primary sortas="b-avahi-autoipd">avahi-autoipd</primary>
381 </indexterm>
382 </listitem>
383 </varlistentry>
384 <!--
385 <varlistentry id="avahi-bookmarks">
386 <term><command>avahi-bookmarks</command></term>
387 <listitem>
388 <para>
389 is a Web service showing mDNS/DNS-SD announced HTTP services
390 using the <application>Avahi</application> daemon.
391 </para>
392 <indexterm zone="avahi avahi-bookmarks">
393 <primary sortas="b-avahi-bookmarks">avahi-bookmarks</primary>
394 </indexterm>
395 </listitem>
396 </varlistentry>
397 -->
398 <varlistentry id="avahi-browse">
399 <term><command>avahi-browse</command></term>
400 <listitem>
401 <para>
402 browses for mDNS/DNS-SD services using the
403 <application>Avahi</application> daemon
404 </para>
405 <indexterm zone="avahi avahi-browse">
406 <primary sortas="b-avahi-browse">avahi-browse</primary>
407 </indexterm>
408 </listitem>
409 </varlistentry>
410
411 <varlistentry id="avahi-browse-domains">
412 <term><command>avahi-browse-domains</command></term>
413 <listitem>
414 <para>
415 browses for mDNS/DNS-SD services using the
416 <application>Avahi</application> daemon
417 </para>
418 <indexterm zone="avahi avahi-browse-domains">
419 <primary sortas="b-avahi-browse-domains">avahi-browse-domains</primary>
420 </indexterm>
421 </listitem>
422 </varlistentry>
423
424 <varlistentry id="avahi-daemon">
425 <term><command>avahi-daemon</command></term>
426 <listitem>
427 <para>
428 is the <application>Avahi</application> mDNS/DNS-SD daemon
429 </para>
430 <indexterm zone="avahi avahi-daemon">
431 <primary sortas="b-avahi-daemon">avahi-daemon</primary>
432 </indexterm>
433 </listitem>
434 </varlistentry>
435 <!--
436 <varlistentry id="avahi-discover">
437 <term><command>avahi-discover</command></term>
438 <listitem>
439 <para>
440 browses for mDNS/DNS-SD services using the
441 <application>Avahi</application> daemon.
442 </para>
443 <indexterm zone="avahi avahi-discover">
444 <primary sortas="b-avahi-discover">avahi-discover</primary>
445 </indexterm>
446 </listitem>
447 </varlistentry>
448 -->
449 <varlistentry id="avahi-discover-standalone">
450 <term><command>avahi-discover-standalone</command></term>
451 <listitem>
452 <para>
453 browses for mDNS/DNS-SD services using the
454 <application>Avahi</application> daemon
455 </para>
456 <indexterm zone="avahi avahi-discover-standalone">
457 <primary sortas="b-avahi-discover-standalone">avahi-discover-standalone</primary>
458 </indexterm>
459 </listitem>
460 </varlistentry>
461
462 <varlistentry id="avahi-dnsconfd">
463 <term><command>avahi-dnsconfd</command></term>
464 <listitem>
465 <para>
466 is a Unicast DNS server from mDNS/DNS-SD configuration daemon
467 </para>
468 <indexterm zone="avahi avahi-dnsconfd">
469 <primary sortas="b-avahi-dnsconfd">avahi-dnsconfd</primary>
470 </indexterm>
471 </listitem>
472 </varlistentry>
473
474 <varlistentry id="avahi-publish">
475 <term><command>avahi-publish</command></term>
476 <listitem>
477 <para>
478 registers a mDNS/DNS-SD service or host name or address mapping
479 using the <application>Avahi</application> daemon
480 </para>
481 <indexterm zone="avahi avahi-publish">
482 <primary sortas="b-avahi-publish">avahi-publish</primary>
483 </indexterm>
484 </listitem>
485 </varlistentry>
486
487 <varlistentry id="avahi-publish-address">
488 <term><command>avahi-publish-address</command></term>
489 <listitem>
490 <para>
491 registers a mDNS/DNS-SD service or host name or address mapping
492 using the <application>Avahi</application> daemon
493 </para>
494 <indexterm zone="avahi avahi-publish-address">
495 <primary sortas="b-avahi-publish-address">avahi-publish-address</primary>
496 </indexterm>
497 </listitem>
498 </varlistentry>
499
500 <varlistentry id="avahi-publish-service">
501 <term><command>avahi-publish-service</command></term>
502 <listitem>
503 <para>
504 registers a mDNS/DNS-SD service or host name or address mapping
505 using the <application>Avahi</application> daemon
506 </para>
507 <indexterm zone="avahi avahi-publish-service">
508 <primary sortas="b-avahi-publish-service">avahi-publish-service</primary>
509 </indexterm>
510 </listitem>
511 </varlistentry>
512
513 <varlistentry id="avahi-resolve">
514 <term><command>avahi-resolve</command></term>
515 <listitem>
516 <para>
517 resolves one or more mDNS/DNS host name(s) to IP address(es)
518 (and vice versa) using the <application>Avahi</application>
519 daemon
520 </para>
521 <indexterm zone="avahi avahi-resolve">
522 <primary sortas="b-avahi-resolve">avahi-resolve</primary>
523 </indexterm>
524 </listitem>
525 </varlistentry>
526
527 <varlistentry id="avahi-resolve-address">
528 <term><command>avahi-resolve-address</command></term>
529 <listitem>
530 <para>
531 resolves one or more mDNS/DNS host name(s) to IP address(es)
532 (and vice versa) using the <application>Avahi</application>
533 daemon
534 </para>
535 <indexterm zone="avahi avahi-resolve-address">
536 <primary sortas="b-avahi-resolve-address">avahi-resolve-address</primary>
537 </indexterm>
538 </listitem>
539 </varlistentry>
540
541 <varlistentry id="avahi-resolve-host-name">
542 <term><command>avahi-resolve-host-name</command></term>
543 <listitem>
544 <para>
545 resolves one or more mDNS/DNS host name(s) to IP address(es)
546 (and vice versa) using the <application>Avahi</application>
547 daemon
548 </para>
549 <indexterm zone="avahi avahi-resolve-host-name">
550 <primary sortas="b-avahi-resolve-host-name">avahi-resolve-host-name</primary>
551 </indexterm>
552 </listitem>
553 </varlistentry>
554
555 <varlistentry id="avahi-set-host-name">
556 <term><command>avahi-set-host-name</command></term>
557 <listitem>
558 <para>
559 changes the mDNS host name
560 </para>
561 <indexterm zone="avahi avahi-set-host-name">
562 <primary sortas="b-avahi-set-host-name">avahi-set-host-name</primary>
563 </indexterm>
564 </listitem>
565 </varlistentry>
566
567 <!--<varlistentry id="bshell">
568 <term><command>bshell</command></term>
569 <listitem>
570 <para>
571 does this .....
572 </para>
573 <indexterm zone="avahi bshell">
574 <primary sortas="b-bshell">bshell</primary>
575 </indexterm>
576 </listitem>
577 </varlistentry>-->
578
579 <varlistentry id="bssh">
580 <term><command>bssh</command></term>
581 <listitem>
582 <para>
583 browses for SSH servers on the local network
584 </para>
585 <indexterm zone="avahi bssh">
586 <primary sortas="b-bssh">bssh</primary>
587 </indexterm>
588 </listitem>
589 </varlistentry>
590
591 <varlistentry id="bvnc">
592 <term><command>bvnc</command></term>
593 <listitem>
594 <para>
595 browses for VNC servers on the local network
596 </para>
597 <indexterm zone="avahi bvnc">
598 <primary sortas="b-bvnc">bvnc</primary>
599 </indexterm>
600 </listitem>
601 </varlistentry>
602
603 <!--<varlistentry id="libavahi-client">
604 <term><filename class='libraryfile'>libavahi-client.{so,a}</filename></term>
605 <listitem>
606 <para>
607 contains functions that .....
608 </para>
609 <indexterm zone="avahi libavahi-client">
610 <primary sortas="c-libavahi-client">libavahi-client.{so,a}</primary>
611 </indexterm>
612 </listitem>
613 </varlistentry>
614
615 <varlistentry id="libavahi-common">
616 <term><filename class='libraryfile'>libavahi-common.{so,a}</filename></term>
617 <listitem>
618 <para>
619 contains functions that .....
620 </para>
621 <indexterm zone="avahi libavahi-common">
622 <primary sortas="c-libavahi-common">libavahi-common.{so,a}</primary>
623 </indexterm>
624 </listitem>
625 </varlistentry>
626
627 <varlistentry id="libavahi-core">
628 <term><filename class='libraryfile'>libavahi-core.{so,a}</filename></term>
629 <listitem>
630 <para>
631 contains functions that .....
632 </para>
633 <indexterm zone="avahi libavahi-core">
634 <primary sortas="c-libavahi-core">libavahi-core.{so,a}</primary>
635 </indexterm>
636 </listitem>
637 </varlistentry>
638
639 <varlistentry id="libavahi-glib">
640 <term><filename class='libraryfile'>libavahi-glib.{so,a}</filename></term>
641 <listitem>
642 <para>
643 contains functions that .....
644 </para>
645 <indexterm zone="avahi libavahi-glib">
646 <primary sortas="c-libavahi-glib">libavahi-glib.{so,a}</primary>
647 </indexterm>
648 </listitem>
649 </varlistentry>
650
651 <varlistentry id="libavahi-gobject">
652 <term><filename class='libraryfile'>libavahi-gobject.{so,a}</filename></term>
653 <listitem>
654 <para>
655 contains functions that .....
656 </para>
657 <indexterm zone="avahi libavahi-gobject">
658 <primary sortas="c-libavahi-gobject">libavahi-gobject.{so,a}</primary>
659 </indexterm>
660 </listitem>
661 </varlistentry>
662
663 <varlistentry id="libavahi-ui-gtk3">
664 <term><filename class='libraryfile'>libavahi-ui-gtk3.{so,a}</filename></term>
665 <listitem>
666 <para>
667 contains functions that .....
668 </para>
669 <indexterm zone="avahi libavahi-ui-gtk3">
670 <primary sortas="c-libavahi-ui-gtk3">libavahi-ui-gtk3.{so,a}</primary>
671 </indexterm>
672 </listitem>
673 </varlistentry>
674
675 <varlistentry id="libavahi-ui">
676 <term><filename class='libraryfile'>libavahi-ui.{so,a}</filename></term>
677 <listitem>
678 <para>
679 contains functions that .....
680 </para>
681 <indexterm zone="avahi libavahi-ui">
682 <primary sortas="c-libavahi-ui">libavahi-ui.{so,a}</primary>
683 </indexterm>
684 </listitem>
685 </varlistentry>
686
687 <varlistentry id="libdns_sd">
688 <term><filename class='libraryfile'>libdns_sd.{so,a}</filename></term>
689 <listitem>
690 <para>
691 contains functions that .....
692 </para>
693 <indexterm zone="avahi libdns_sd">
694 <primary sortas="c-libdns_sd">libdns_sd.{so,a}</primary>
695 </indexterm>
696 </listitem>
697 </varlistentry>
698
699 <varlistentry id="libhowl">
700 <term><filename class='libraryfile'>libhowl.{so,a}</filename></term>
701 <listitem>
702 <para>
703 contains functions that .....
704 </para>
705 <indexterm zone="avahi libhowl">
706 <primary sortas="c-libhowl">libhowl.{so,a}</primary>
707 </indexterm>
708 </listitem>
709 </varlistentry>-->
710
711 </variablelist>
712
713 </sect2>
714
715</sect1>
Note: See TracBrowser for help on using the repository browser.