From 50e61079bd476cb7619ab37d8576cc1f61d4bd16 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Tue, 31 May 2011 14:45:13 +0200 Subject: [PATCH] FCE --- NEWS | 2 ++ man/man5/afpd.conf.5.tmpl | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) 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\&. -- 2.39.2