summaryrefslogtreecommitdiffstats
path: root/examples/VFS/README.netatalk
blob: 70f6eea316d5b1468f7eb89321ff8931ca642efa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
There is the new netatalk module both for HEAD.
This one has some difference from previous module:

-- it doesn't care about creating of .AppleDouble forks, just keeps ones in
sync;

-- if share in smb.conf doesn't contain .AppleDouble item in hide or veto 
list, it will be added automatically.

To my way of thinking, module became more lightweight and speedy.

How to compile: 

you should place proper netatalk.c into examples/VFS/ then run 'configure'
from source/ and then run 'make' from examples/VFS/.

add string 'vfs object = <path_to_netatalk_so>/netatlk.so' to smb.conf. It may
be defined either as global or as share-specific parameter.