~ubuntu-branches/debian/sid/netatalk/sid

« back to all changes in this revision

Viewing changes to config/afpd.conf.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-06-05 21:04:21 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605210421-19gag2srevj0ocxh
Tags: 2.2~beta4-1
* New upstream release.
  + Fixes "Internal Error" after ad_open on sparc.
    Closes: bug#606005. Thanks to Alfredo Sola.
* Adjust references to unofficial packages in README.Debian.
* Use dversionmangle (not uversionmangle) in watch file. Fix add
  leading dash (-) to upstream version in mangling.
* Update patches:
  + Drop patches 107 and 294 (Zeroconf support): Implemented
    (differently) upstream now.
  + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete.
  + Drop patch 200 (hostname resolving): adopted upstream.
  + Refresh patch 205.
* Rewrite copyright file using draft 174 of DEP-5 format.
* Build-depend on and recommend unversioned (i.e. default) BerkeleyDB
  packages.
  Closes: bug#621413. Thanks to Ondřej Surý.
  Simplify suggestions on older versioned BerkeleyDB packages.
* Stop installing some documentation dropped upstream, and let CDBS
  automagically handle some of the remains.
* Update control file:
  + Bump policy compliance to standards-version 3.9.2.
  + Shorten Vcs-* URLs.
* Add patches 115 and (for automade file) 214 to avoid installing
  unneeded /default dir.
  Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes.
* Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler
  and Luk Claes.
* Stop renaming afile and achfile, dropped upstream.
* Explicitly enable DDP (AppleTalk), now disabled by default.
* Enable Zeroconf, should be stable now.
* Simplify package relations:
  + Drop (build-)dependency fallback unneeded even for oldstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
# CONFIGURATION FOR AFPD
3
3
#
4
 
# Each line defines a virtual server that should be available.
 
4
# Each single line defines a virtual server that should be available.
 
5
# Though, using "\" character, newline escaping is supported.
5
6
# Empty lines and lines beginning with `#' are ignored.
6
7
# Options in this file will override both compiled-in defaults
7
8
# and command line options.
10
11
 
11
12
#
12
13
# Format:
13
 
#  - [options]                to specify options for the default server
 
14
#  - [options]               to specify options for the default server
14
15
#  "Server name" [options]   to specify an additional server
15
16
#
16
17
 
69
70
#                         string.
70
71
#     -slp                Register this server with the Service Location
71
72
#                         Protocol (if SLP support was compiled in).
 
73
#     -nozeroconf         Don't register this server with the Multicats
 
74
#                         DNS Protocol.
72
75
#     -advertise_ssh      Allows Mac OS X clients (10.3.3-10.4) to
73
76
#                         automagically establish a tunneled AFP connection
74
77
#                         through SSH. This option is not so significant
272
275
#       4 servers w/ names server1-3 and one w/ the hostname. servers
273
276
#       1-3 get routed to different ports with server 3 being bound 
274
277
#       specifically to address 192.168.1.3
 
278
#
275
279
#           -
276
280
#           server1 -port 12000
277
281
#           server2 -port 12001
278
282
#           server3 -port 12002 -ipaddr 192.168.1.3
279
283
#
280
284
#       a dedicated guest server, a user server, and a special
281
 
#       ddp-only server:
282
 
#           "Guest Volume" -uamlist uams_guest.so -loginmesg "Welcome guest!"
283
 
#           "User Volume" -uamlist uams_clrtxt.so -port 12000
284
 
#           "special" -notcp -defaultvol <path> -systemvol <path>
 
285
#       AppleTalk-only server:
 
286
#
 
287
#           "Guest Server" -uamlist uams_guest.so \
 
288
#                   -loginmesg "Welcome guest! I'm a public server."
 
289
#           "User Server" -uamlist uams_dhx2.so -port 12000
 
290
#           "special" -ddp -notcp -defaultvol <path> -systemvol <path>
285
291
#
286
292
 
287
293