diff options
author | Simo Sorce <idra@samba.org> | 2002-08-27 09:30:17 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2002-08-27 09:30:17 +0000 |
commit | 709c7c1674f43d38e38a6616c173ec87e632971f (patch) | |
tree | 9daf5f9a251dd2915f6907433c68e4273187d2c5 /examples/VFS/netatalk/README | |
parent | 7251f6b9ecf6f4c797baf4cd5390cf2bf310d179 (diff) | |
download | samba-709c7c1674f43d38e38a6616c173ec87e632971f.tar.gz samba-709c7c1674f43d38e38a6616c173ec87e632971f.tar.bz2 samba-709c7c1674f43d38e38a6616c173ec87e632971f.zip |
add the netatalk module
(This used to be commit 2a156995329699c776772fe01672cfe763b3f988)
Diffstat (limited to 'examples/VFS/netatalk/README')
-rw-r--r-- | examples/VFS/netatalk/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/VFS/netatalk/README b/examples/VFS/netatalk/README new file mode 100644 index 0000000000..70f6eea316 --- /dev/null +++ b/examples/VFS/netatalk/README @@ -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. |