diff options
author | Simo Sorce <idra@samba.org> | 2002-09-06 13:37:40 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-09-06 13:37:40 +0000 |
commit | afc1a220b74bfbfa68541d3595038bcf138606c0 (patch) | |
tree | 121d1de9f701a5693c1cfe4e6f6acc0395dc6d90 /examples/VFS/README.netatalk | |
parent | 789d51b42ceb2d99658c72bf55904083d451fcab (diff) | |
download | samba-afc1a220b74bfbfa68541d3595038bcf138606c0.tar.gz samba-afc1a220b74bfbfa68541d3595038bcf138606c0.tar.xz samba-afc1a220b74bfbfa68541d3595038bcf138606c0.zip |
move everything to flat VFS/ directory
(This used to be commit d383c309d4a259fb28d7541777a8b3b53cca23bf)
Diffstat (limited to 'examples/VFS/README.netatalk')
-rw-r--r-- | examples/VFS/README.netatalk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/VFS/README.netatalk b/examples/VFS/README.netatalk new file mode 100644 index 0000000000..70f6eea316 --- /dev/null +++ b/examples/VFS/README.netatalk @@ -0,0 +1,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. |