1 --- /usr/tmp/clean/avahi-0.6.19/man/Makefile.am Wed May 9 15:30:24 2007 2 +++ avahi-0.6.19/man/Makefile.am Wed Jun 13 15:22:13 2007 3 @@ -47,6 +47,11 @@ 4 avahi-autoipd.action.8.xml \ 5 bssh.1.xml 6 7 +if HAVE_BONJOUR 8 +noinst_DATA += \ 9 + avahi-daemon-bridge-dsd.1.xml 10 +endif 11 + 12 CLEANFILES = \ 13 $(noinst_DATA) 14 15 @@ -80,6 +85,15 @@ 16 endif 17 endif 18 19 +if HAVE_BONJOUR 20 +man_MANS += \ 21 + avahi-daemon-bridge-dsd.1 22 + 23 +avahi-daemon-bridge-dsd.1.xml: avahi-daemon-bridge-dsd.1.xml.in Makefile 24 + sed -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ 25 + -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ 26 +endif 27 + 28 avahi-browse.1.xml: avahi-browse.1.xml.in Makefile 29 sed -e 's,@PACKAGE_BUGREPORT\@,$(PACKAGE_BUGREPORT),g' \ 30 -e 's,@PACKAGE_URL\@,$(PACKAGE_URL),g' $< > $@ 31 @@ -155,6 +169,11 @@ 32 33 CLEANFILES += $(man_MANS) 34 35 +if HAVE_BONJOUR 36 +avahi-daemon-bridge-dsd.1: avahi-daemon-bridge-dsd.1.xml Makefile 37 + xmltoman $< > $@ 38 +endif 39 + 40 avahi-browse.1: avahi-browse.1.xml Makefile 41 xmltoman $< > $@ 42 43 @@ -230,6 +249,10 @@ 44 xmltoman.xsl \ 45 xmltoman.dtd 46 47 +if HAVE_BONJOUR 48 +EXTRA_DIST += \ 49 + avahi-daemon-bridge-dsd.1.xml.in 50 +endif 51 52 if HAVE_DBUS 53 54 install-exec-local: 55 mkdir -p $(DESTDIR)/$(mandir)/man1 && \ 56 cd $(DESTDIR)/$(mandir)/man1 && \ 57 - rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 && \ 58 + rm -f avahi-resolve-host-name.1 avahi-resolve-address.1 avahi-browse-domains.1 avahi-publish-address.1 avahi-publish-service.1 bvnc.1 && \ 59 $(LN_S) avahi-resolve.1 avahi-resolve-host-name.1 && \ 60 $(LN_S) avahi-resolve.1 avahi-resolve-address.1 && \ 61 $(LN_S) avahi-browse.1 avahi-browse-domains.1 && \ 62 --- /dev/null 2007-06-13 17:00:01.000000000 +0100 63 +++ avahi-0.6.19/man/avahi-daemon-bridge-dsd.1 2007-06-13 17:07:14.447743000 +0100 64 @@ -0,0 +1,61 @@ 65 +.TH avahi-daemon-bridge-dsd 1 User Manuals 66 +.SH NAME 67 +avahi-daemon-bridge-dsd \- The Avahi daemon bridge to dsd 68 +.SH SYNOPSIS 69 +\fBavahi-daemon-bridge-dsd [\fIoptions\fB] 70 + 71 +avahi-daemon-bridge-dsd --kill\fB 72 + 73 +avahi-daemon-bridge-dsd --check\fB 74 +\f1 75 +.SH DESCRIPTION 76 +The daemon implements a DBUS interface which provides a rich object oriented interface to DBUS enabled applications which browse for or register for services. 77 + 78 +Instead of implementing Apple's ZeroConf architecture (also known as "Rendezvous" or "Bonjour") it makes calls to the DNS Service Discovery API provided by Bonjour and so functions as a Bonjour client. 79 +.SH OPTIONS 80 +.TP 81 +\fB-D | --daemonize\f1 82 +Daemonize after startup. Implies \fB--syslog\f1 83 +.TP 84 +\fB-s | --syslog\f1 85 +Log to syslog instead of STDERR. Implied by \fB--daemonize\f1 86 +.TP 87 +\fB--debug\f1 88 +Increase verbosity to debug level 89 +.TP 90 +\fB--no-drop-root\f1 91 +Don't drop root priviliges after startup and don't require daemon to be started as root. We recommend not to use this option. 92 +.TP 93 +\fB--no-chroot\f1 94 +Don't \fBchroot(2)\f1 the daemon. This option is only available when compiled with chroot() support. 95 +.TP 96 +\fB--no-proctitle\f1 97 +Don't change the process name while running. Unless this option is specified avahi will reflect it's current state and selected host name in the process title. 98 +.TP 99 +\fB-k | --kill\f1 100 +Kill an already running avahi-daemon-bridge-dsd. (equivalent to sending a SIGTERM) 101 +.TP 102 +\fB-r | --reload\f1 103 +Tell an already running avahi-daemon-bridge-dsd to reread the files from \fI/etc/avahi/services/\f1. (equivalent to sending a SIGHUP) 104 +.TP 105 +\fB-c | --check\f1 106 +Return 0 as return code when avahi-daemon-bridge-dsd is already running. 107 +.TP 108 +\fB-h | --help\f1 109 +Show help 110 +.TP 111 +\fB-v | --version\f1 112 +Show version information 113 +.SH FILES 114 +\fI/etc/avahi/hosts\f1: additional static hostname mappings to publish in mDNS, 115 +see \fBavahi.hosts(5)\f1 for more information. 116 + 117 +\fI/etc/avahi/services/*.service\f1: static service definitions, see \fBavahi.service(5)\f1 for more information. 118 +.SH SIGNALS 119 +\fISIGINT, SIGTERM, SIGQUIT\f1: avahi-daemon will shutdown. This is issued by passing --kill to avahi-daemon. 120 + 121 +\fISIGHUP\f1: avahi-daemon-bridge-dsd will reload and static service definitions from \fI/etc/avahi/services/\f1. 122 + 123 +.SH SEE ALSO 124 +.SH COMMENTS 125 +This man page was written using \fBxml2man(1)\f1 by Padraig O'Briain. 126 --- /dev/null 2007-06-13 17:00:01.000000000 +0100 127 +++ avahi-0.6.19/man/avahi-daemon-bridge-dsd.1.xml.in 2007-06-13 17:07:33.097758000 +0100 128 @@ -0,0 +1,117 @@ 129 +<?xml version="1.0"?><!--*-nxml-*--> 130 +<!DOCTYPE manpage SYSTEM "xmltoman.dtd"> 131 +<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?> 132 + 133 +<!-- $Id: avahi-daemon.1.xml.in 1138 2006-02-14 22:13:30Z lennart $ --> 134 + 135 +<!-- 136 + This file is part of avahi. 137 + 138 + avahi is free software; you can redistribute it and/or modify it 139 + under the terms of the GNU Lesser General Public License as 140 + published by the Free Software Foundation; either version 2.1 of the 141 + License, or (at your option) any later version. 142 + 143 + avahi is distributed in the hope that it will be useful, but WITHOUT 144 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 145 + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General 146 + Public License for more details. 147 + 148 + You should have received a copy of the GNU Lesser General Public 149 + License along with avahi; if not, write to the Free Software 150 + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 151 + USA. 152 +--> 153 + 154 + <manpage name="avahi-daemon-bridge-dsd" section="1" desc="The Avahi daemon"> 155 + 156 + <synopsis> 157 + <cmd>avahi-daemon [<arg>options</arg>]</cmd> 158 + <cmd>avahi-daemon <opt>--kill</opt></cmd> 159 + <cmd>avahi-daemon <opt>--check</opt></cmd> 160 + </synopsis> 161 + 162 + <description> 163 + <p>The daemon implements a DBUS interface which provides a 164 + rich object oriented interface to DBUS enabled applications which 165 + browse for or register for services.</p> 166 + 167 + <p>Instead of implementing Apple's ZeroConf architecture (also known as 168 + "Rendezvous" or "Bonjour") it makes calls to the DNS Service Discovery 169 + API provided by Bonjour and so functions as a Bonjour client.</p> 170 + </description> 171 + 172 + <options> 173 + 174 + <option> 175 + <p><opt>-D | --daemonize</opt></p> 176 + <optdesc><p>Daemonize after startup. Implies <opt>--syslog</opt></p></optdesc> 177 + </option> 178 + 179 + <option> 180 + <p><opt>-s | --syslog</opt></p> 181 + <optdesc><p>Log to syslog instead of STDERR. Implied by <opt>--daemonize</opt></p></optdesc> 182 + </option> 183 + 184 + <option> 185 + <p><opt>--debug</opt></p> 186 + <optdesc><p>Increase verbosity to debug level</p></optdesc> 187 + </option> 188 + 189 + <option> 190 + <p><opt>--no-drop-root</opt></p> 191 + <optdesc><p>Don't drop root priviliges after startup and don't require daemon to be started as root. We recommend not to use this option.</p></optdesc> 192 + </option> 193 + 194 + <option> 195 + <p><opt>--no-chroot</opt></p> 196 + <optdesc><p>Don't <manref section="2" name="chroot"/> the daemon. This option is only available when compiled with chroot() support.</p></optdesc> 197 + </option> 198 + 199 + <option> 200 + <p><opt>--no-proctitle</opt></p> 201 + <optdesc><p>Don't change the process name while 202 + running. Unless this option is specified avahi will reflect 203 + it's current state and selected host name in the process 204 + title.</p></optdesc> 205 + </option> 206 + 207 + <option> 208 + <p><opt>-k | --kill</opt></p> 209 + <optdesc><p>Kill an already running avahi-daemon-bridge-dsd. (equivalent to sending a SIGTERM)</p></optdesc> 210 + </option> 211 + 212 + <option> 213 + <p><opt>-c | --check</opt></p> 214 + <optdesc><p>Return 0 as return code when avahi-daemon-bridge-dsd is already running.</p></optdesc> 215 + </option> 216 + 217 + <option> 218 + <p><opt>-h | --help</opt></p> 219 + <optdesc><p>Show help</p></optdesc> 220 + </option> 221 + 222 + <option> 223 + <p><opt>-v | --version</opt></p> 224 + <optdesc><p>Show version information </p></optdesc> 225 + </option> 226 + 227 + </options> 228 + 229 + <section name="Files"> 230 + 231 + </section> 232 + 233 + <section name="Signals"> 234 + <p><arg>SIGINT, SIGTERM, SIGQUIT</arg>: avahi-daemon-bridge-dsd will shutdown. This is issued by passing --kill to avahi-daemon-bridge-dsd.</p> 235 + </section> 236 + 237 + <section name="See also"> 238 + </section> 239 + 240 + <section name="Comments"> 241 + <p>This man page was written using <manref name="xml2man" section="1" 242 + href="http://masqmail.cx/xml2man/"/> by Padraig O'Briain.</p> 243 + </section> 244 + 245 + </manpage> 246 --- /usr/tmp/clean/avahi-0.6.19/man/avahi-browse.1 Wed May 9 15:45:42 2007 247 +++ avahi-0.6.19/man/avahi-browse.1 Wed Jun 13 16:08:06 2007 248 @@ -13,7 +13,7 @@ 249 avahi-browse-domains [\fIoptions\fB] 250 \f1 251 .SH DESCRIPTION 252 -Browse for mDNS/DNS-SD network services and browsing domains using the Avahi daemon. 253 +Browse for mDNS/DNS-SD network services and browsing domains using the Avahi daemon. The daemon is not the standard Avahi daemon but a proxy to a Bonjour daemon. 254 .SH OPTIONS 255 Specify a DNS-SD service type (e.g. _http._tcp) to browse for on the command line, or \fB-a\f1 to browse for all available service types. Items that appear on the network are prefixed with "+", items that disappear are prefixed with "-". If \fB--resolve\f1 is passed items that are resolved are prefixed with "=". 256 .TP 257 @@ -55,9 +55,7 @@ 258 .TP 259 \fB-V | --version\f1 260 Show version information. 261 -.SH AUTHORS 262 -The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 263 .SH SEE ALSO 264 -\fBavahi-publish(1)\f1, \fBavahi-resolve(1)\f1, \fBavahi-daemon(8)\f1 265 +\fBavahi-publish(1)\f1, \fBavahi-resolve(1)\f1 266 .SH COMMENTS 267 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. 268 --- /usr/tmp/clean/avahi-0.6.19/man/avahi-discover.1 Wed May 9 15:45:43 2007 269 +++ avahi-0.6.19/man/avahi-discover.1 Wed Jun 13 15:42:13 2007 270 @@ -5,12 +5,10 @@ 271 \fBavahi-discover 272 \f1 273 .SH DESCRIPTION 274 -Show a real-time graphical browse list for mDNS/DNS-SD network services running on the local LAN using the Avahi daemon. 275 +Show a real-time graphical browse list for mDNS/DNS-SD network services running on the local LAN using the Avahi daemon. The daemon is not the standard Avahi daemon but a proxy to a Bonjour daemon. 276 .SH OPTIONS 277 avahi-discover takes no command line arguments at the moment. 278 -.SH AUTHORS 279 -The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 280 .SH SEE ALSO 281 -\fBavahi-daemon(8)\f1, \fBavahi-browse(1)\f1 282 +\fBavahi-browse(1)\f1 283 .SH COMMENTS 284 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. 285 --- /usr/tmp/clean/avahi-0.6.19/man/avahi-publish.1 Wed May 9 15:45:43 2007 286 +++ avahi-0.6.19/man/avahi-publish.1 Wed Jun 13 15:44:27 2007 287 @@ -11,7 +11,7 @@ 288 avahi-publish-address [\fIoptions\fB] \fIhost name\fB \fIaddress\fB 289 \f1 290 .SH DESCRIPTION 291 -Register an mDNS/DNS-SD service or host name/address mapping using the Avahi daemon. 292 +Register an mDNS/DNS-SD service or host name/address mapping using the Avahi daemon. The daemon is not the standard Avahi daemon but a proxy to a Bonjour daemon. 293 .SH OPTIONS 294 When calling in service registration mode, specify a DNS-SD service name (e.g. "Lennart's Files"), a service type (e.g. _http._tcp) and an IP port number for the service, optionally followed by any number of TXT record strings on the command line. When calling in address/host name registration mode specify a fully qualified host name and an address (IPv4 or IPv6). 295 .TP 296 @@ -41,9 +41,7 @@ 297 .TP 298 \fB-V | --version\f1 299 Show version information. 300 -.SH AUTHORS 301 -The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 302 .SH SEE ALSO 303 -\fBavahi-resolve(1)\f1, \fBavahi-browse(1)\f1, \fBavahi-daemon(8)\f1 304 +\fBavahi-resolve(1)\f1, \fBavahi-browse(1)\f1 305 .SH COMMENTS 306 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. 307 --- /usr/tmp/clean/avahi-0.6.22/man/avahi-resolve.1 Mon Dec 17 15:40:46 2007 308 +++ avahi-0.6.22/man/avahi-resolve.1 Tue Dec 18 08:38:39 2007 309 @@ -11,7 +11,7 @@ 310 avahi-resolve-address \fIaddress ...\fB 311 \f1 312 .SH DESCRIPTION 313 -Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon. 314 +Resolve one or more mDNS/DNS host name(s) to IP address(es) (and vice versa) using the Avahi daemon. The daemon is not the standard Avahi daemon but a proxy to a Bonjour daemon. 315 .SH OPTIONS 316 When passing -n, specify one or more fully qualified mDNS/DNS host name(s) (e.g. "foo.local") to resolve into IP addresses on the command line. When passing -a, specify one or more IP address to resolve into host names. 317 318 @@ -39,9 +39,7 @@ 319 .TP 320 \fB-V | --version\f1 321 Show version information. 322 -.SH AUTHORS 323 -The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 324 .SH SEE ALSO 325 -\fBavahi-publish-address(1)\f1, \fBavahi-daemon(8)\f1 326 +\fBavahi-publish-address(1)\f1 327 .SH COMMENTS 328 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. 329 --- /usr/tmp/clean/avahi-0.6.22/man/avahi-set-host-name.1 Mon Dec 17 15:40:46 2007 330 +++ avahi-0.6.22/man/avahi-set-host-name.1 Tue Dec 18 08:39:22 2007 331 @@ -5,7 +5,7 @@ 332 \fBavahi-set-host-name \fIhost-name\fB 333 \f1 334 .SH DESCRIPTION 335 -Set the mDNS host name of a currently running Avahi daemon. The effect of this operation is not persistent across daemon restarts. This operation is usually privileged. 336 +Set the mDNS host name of a currently running Avahi daemon. The effect of this operation is not persistent across daemon restarts. This operation is usually privileged. The daemon is not the standard Avahi daemon but a proxy to a Bonjour daemon. 337 .SH OPTIONS 338 .TP 339 \fB-v | --verbose\f1 340 @@ -16,9 +16,5 @@ 341 .TP 342 \fB-V | --version\f1 343 Show version information. 344 -.SH AUTHORS 345 -The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 346 -.SH SEE ALSO 347 -\fBavahi-daemon(8)\f1 348 .SH COMMENTS 349 This man page was written using \fBxml2man(1)\f1 by Oliver Kurth. 350 --- /usr/tmp/clean/avahi-0.6.23/man/bssh.1 2008-06-24 00:29:07.000000000 +0100 351 +++ avahi-0.6.23/man/bssh.1 2008-06-25 13:56:28.037867000 +0100 352 @@ -28,8 +28,6 @@ 353 .TP 354 \fB-h | --help\f1 355 Show help. 356 -.SH AUTHORS 357 -The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1 358 .SH SEE ALSO 359 \fBavahi-browse(1)\f1, \fBssh(1)\f1, \fBvncviewer(1)\f1 360 .SH COMMENTS 361