source: networking/netutils/avahi.xml@ 4581dc7

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 4581dc7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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