From: Frank Lahm Date: Tue, 31 May 2011 12:45:13 +0000 (+0200) Subject: FCE X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50e61079bd476cb7619ab37d8576cc1f61d4bd16;p=netatalk.git FCE --- diff --git a/NEWS b/NEWS index 757b22a7..36fb0e14 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +* NEW: afpd: FCE event notifications + Changes in 2.2beta4 =================== diff --git a/man/man5/afpd.conf.5.tmpl b/man/man5/afpd.conf.5.tmpl index b3f099ff..a6c29e61 100644 --- a/man/man5/afpd.conf.5.tmpl +++ b/man/man5/afpd.conf.5.tmpl @@ -386,6 +386,25 @@ Maximum possible entries in the directory cache\&. The cache stores directories Default size is 8192, maximum size is 131072\&. Given value is rounded up to nearest power of 2\&. Each entry takes about 100 bytes, which is not much, but remember that every afpd child process for every connected user has its cache\&. .RE .PP +\-fcelistener \fIhost[:port]\fR +.RS 4 +Enables sending FCE events to the specified +\fIhost\fR, default +\fIport\fR +is 12250 if not specified\&. Specifying mutliple listeners is done by having this option once for each of them\&. +.RE +.PP +\-fceevents \fIfmod,fdel,ddel,fcre,dcre,tmsz\fR +.RS 4 +Speficies which FCE events are active, default is +\fIfmod,fdel,ddel,fcre,dcre\fR\&. +.RE +.PP +\-fcecoalesce \fIall|delete|create\fR +.RS 4 +Coalesce FCE events\&. +.RE +.PP \-guestname \fI[name]\fR .RS 4 Specifies the user that guests should use (default is "nobody")\&. The name should be quoted\&.