source: networking/netutils/avahi.xml@ dc1a45e

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since dc1a45e was dbd73d6, checked in by Douglas R. Reno <renodr@…>, 17 months ago

Last round of tags for the day from me

  • Property mode set to 100644
File size: 23.2 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
[7ded7e3]19 <title>Avahi-&avahi-version;</title>
[49547f1]20
21 <indexterm zone="avahi">
[7ded7e3]22 <primary sortas="a-Avahi">Avahi</primary>
[49547f1]23 </indexterm>
24
25 <sect2 role="package">
[7ded7e3]26 <title>Introduction to Avahi</title>
[49547f1]27
[7ded7e3]28 <para>
29 The <application>Avahi</application> package is a system which
30 facilitates service discovery on a local network.
31 </para>
[49547f1]32
[dbd73d6]33 &lfs113_checked;
[49547f1]34
35 <bridgehead renderas="sect3">Package Information</bridgehead>
36 <itemizedlist spacing="compact">
37 <listitem>
[7ded7e3]38 <para>
39 Download (HTTP): <ulink url="&avahi-download-http;"/>
40 </para>
[49547f1]41 </listitem>
42 <listitem>
[7ded7e3]43 <para>
44 Download (FTP): <ulink url="&avahi-download-ftp;"/>
45 </para>
[49547f1]46 </listitem>
47 <listitem>
[7ded7e3]48 <para>
49 Download MD5 sum: &avahi-md5sum;
50 </para>
[49547f1]51 </listitem>
52 <listitem>
[7ded7e3]53 <para>
54 Download size: &avahi-size;
55 </para>
[49547f1]56 </listitem>
57 <listitem>
[7ded7e3]58 <para>
59 Estimated disk space required: &avahi-buildsize;
60 </para>
[49547f1]61 </listitem>
62 <listitem>
[7ded7e3]63 <para>
64 Estimated build time: &avahi-time;
65 </para>
[49547f1]66 </listitem>
67 </itemizedlist>
68
[14726fe]69 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
70 <itemizedlist spacing="compact">
71 <listitem>
72 <para>
73 Required patch:
74 <ulink url="&patch-root;/avahi-&avahi-version;-ipv6_race_condition_fix-1.patch"/>
75 </para>
76 </listitem>
77 </itemizedlist>
78
[7ded7e3]79 <bridgehead renderas="sect3">Avahi Dependencies</bridgehead>
[49547f1]80
81 <bridgehead renderas="sect4">Required</bridgehead>
[7ded7e3]82 <para role="required">
[f3429309]83 <xref linkend="glib2"/>
[7ded7e3]84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
[d6988867]87 <para role="recommended">
[7ded7e3]88 <xref linkend="gobject-introspection"/>,
89 <xref linkend="gtk2"/>,
90 <xref linkend="gtk3"/>,
[25ff6d5]91 <xref linkend="libdaemon"/>,
92 <xref linkend="libglade"/>, and
93 <xref linkend="qt5"/>
[7ded7e3]94 </para>
[cd127db2]95
96 <bridgehead renderas="sect4">Optional</bridgehead>
97 <para role="optional">
[dac1800]98 <xref linkend="dbus-python"/>,
[6365d99]99 <xref linkend="libevent"/>,
[dac1800]100 <xref linkend="pygtk"/>,
101 <xref linkend="doxygen"/> and
102 <ulink url="https://sourceforge.net/projects/xmltoman/">xmltoman</ulink>
103 (for generating documentation)
[dc600829]104 </para>
[49547f1]105
106 <para condition="html" role="usernotes">User Notes:
[7ded7e3]107 <ulink url="&blfs-wiki;/avahi"/>
108 </para>
[49547f1]109 </sect2>
110
111 <sect2 role="installation">
[7ded7e3]112 <title>Installation of Avahi</title>
[49547f1]113
[7ded7e3]114 <para>
115 There should be a dedicated user and group to take control
116 of the <command>avahi-daemon</command> daemon after it is
117 started. Issue the following commands as the
118 <systemitem class="username">root</systemitem> user:
119 </para>
[49547f1]120
[7ded7e3]121<screen role="root"><userinput>groupadd -fg 84 avahi &amp;&amp;
[2e68ced9]122useradd -c "Avahi Daemon Owner" -d /run/avahi-daemon -u 84 \
[7ded7e3]123 -g avahi -s /bin/false avahi</userinput></screen>
[49547f1]124
[7ded7e3]125 <para>
[2c87187]126 There should also be a dedicated privileged access group for
[7ded7e3]127 <application>Avahi</application> clients. Issue the following command as
[0d7900a]128 the <systemitem class="username">root</systemitem> user:
[7ded7e3]129 </para>
[49547f1]130
[7ded7e3]131<screen role="root"><userinput>groupadd -fg 86 netdev</userinput></screen>
[49547f1]132
[14726fe]133 <para>
134 Fix a regression that results in a race condition when IPv6 is in use
135 and multiple network adapters are present on the system:
136 </para>
137
138<screen><userinput remap="pre">patch -Np1 -i ../avahi-&avahi-version;-ipv6_race_condition_fix-1.patch</userinput></screen>
139
[3b339ddc]140 <para>
[2c87187]141 Fix a security vulnerability in <command>avahi-daemon</command>:
[3b339ddc]142 </para>
143
144<screen><userinput remap="pre">sed -i '426a if (events &amp; AVAHI_WATCH_HUP) { \
145client_free(c); \
146return; \
147}' avahi-daemon/simple-protocol.c</userinput></screen>
148
[7c56ece]149 <para>
150 Install <application>Avahi</application> by running the following
151 commands:
152 </para>
[49547f1]153
[2e68ced9]154<screen revision="sysv"><userinput>./configure \
155 --prefix=/usr \
156 --sysconfdir=/etc \
157 --localstatedir=/var \
158 --disable-static \
159 --disable-libevent \
160 --disable-mono \
161 --disable-monodoc \
162 --disable-python \
163 --disable-qt3 \
164 --disable-qt4 \
165 --enable-core-docs \
166 --with-distro=none \
167 --with-systemdsystemunitdir=no \
[87c582c]168 --with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' &amp;&amp;
[49547f1]169make</userinput></screen>
170
[2e68ced9]171<screen revision="systemd"><userinput>./configure \
172 --prefix=/usr \
173 --sysconfdir=/etc \
174 --localstatedir=/var \
175 --disable-static \
176 --disable-libevent \
177 --disable-mono \
178 --disable-monodoc \
179 --disable-python \
180 --disable-qt3 \
181 --disable-qt4 \
182 --enable-core-docs \
183 --with-distro=none \
[87c582c]184 --with-dbus-system-address='unix:path=/run/dbus/system_bus_socket' &amp;&amp;
[cec6657e]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
[8558044]228 attempt to build the obsolete <application>Qt3</application>
[e4d2b8d]229 portions of the package.
[7ded7e3]230 </para>
[49547f1]231
[7ded7e3]232 <para>
[e4d2b8d]233 <parameter>--disable-qt4</parameter>: This parameter disables the
[8558044]234 attempt to build the obsolete <application>Qt4Core</application>
[e4d2b8d]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
[2e68ced9]254 <para>
255 <parameter>--with-dbus-system-address=...</parameter>: This option
[5f729f8]256 prevents the package from referring to the deprecated
[2e68ced9]257 <filename class='directory'>/var/run</filename> directory.
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>
[8558044]356 <seg>libavahi-client.so, libavahi-common.so, libavahi-core.so,
[25ff6d5]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,
[8558044]361 avahi-compat-howl, avahi-compat-libdns_sd, avahi-core, avahi-glib,
362 avahi-gobject, avahi-libevent, avahi-qt5, avahi-ui},
[25ff6d5]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.