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