]> arthur.barton.de Git - netatalk.git/commitdiff
FCE
authorFrank Lahm <franklahm@googlemail.com>
Tue, 31 May 2011 12:45:13 +0000 (14:45 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 31 May 2011 12:45:13 +0000 (14:45 +0200)
NEWS
man/man5/afpd.conf.5.tmpl

diff --git a/NEWS b/NEWS
index 757b22a7d716020af4fa142e7d07d8bfe3c17317..36fb0e14d8460da76a85de6314dc336f4341fccd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+* NEW: afpd: FCE event notifications
+
 Changes in 2.2beta4
 ===================
 
index b3f099ff1641d7680581c5cecb5c7a7aa5045b2c..a6c29e61162b03f8f96e6e223df5b028e26ccf63 100644 (file)
@@ -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\&.