X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=doc%2Fmanpages%2Fman5%2Fafp.conf.5.xml;h=5842c65c4b9525cbd982d00c7cbb541036628484;hp=44e083c282f1f20a757ffaae0eb89ae60d290938;hb=d3dff4ba4b8db3131a16641d35a6554be5fb5160;hpb=3a84db87064922ad10ac10cc1d6833380e575995 diff --git a/doc/manpages/man5/afp.conf.5.xml b/doc/manpages/man5/afp.conf.5.xml index 44e083c2..5842c65c 100644 --- a/doc/manpages/man5/afp.conf.5.xml +++ b/doc/manpages/man5/afp.conf.5.xml @@ -1214,6 +1214,20 @@ afpd processes notify interested listeners about certain filesystem event by UDP network datagrams. + The following FCE events are defined: + + + file modification () + file deletion () + directory deletion () + file creation () + directory creation () + file move or rename () + directory move or rename () + login () + logout () + + fce listener = host[:port] @@ -1229,7 +1243,7 @@ fce events = - fmod,fdel,ddel,fcre,dcre,tmsz + fmod,fdel,ddel,fcre,dcre,fmov,dmov,login,logout (G) @@ -1261,6 +1275,28 @@ seconds. + + + fce ignore names = NAME[/NAME2/...] + (G) + + + Slash delimited list of filenames for which FCE + events shall not be generated. Default: .DS_Store. + + + + + fce notify script = PATH + (G) + + + Script which will be executed for every FCE event, + see contrib/shell_utils/fce_ev_script.shfrom the Netatalk + sources for an example script. + + +