summaryrefslogtreecommitdiff
path: root/examples/VFS/README.netatalk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-18 16:22:44 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-18 16:22:44 +0000
commit4d12794bc15e7983372476baa8b21aa71eb69a98 (patch)
treee5f248b9e155e3d54b3408b8b0f46fe334161903 /examples/VFS/README.netatalk
parentac2ac71168da458528b14ce5f771d495e93acdad (diff)
downloadsamba-4d12794bc15e7983372476baa8b21aa71eb69a98.tar.gz
samba-4d12794bc15e7983372476baa8b21aa71eb69a98.tar.bz2
samba-4d12794bc15e7983372476baa8b21aa71eb69a98.zip
Sync with HEAD:
- Move working VFS modules to source/ - Move documentation to SGML (This used to be commit be4894815cf7a8e3d792d9801fe9a343f2060c3e)
Diffstat (limited to 'examples/VFS/README.netatalk')
-rw-r--r--examples/VFS/README.netatalk18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/VFS/README.netatalk b/examples/VFS/README.netatalk
deleted file mode 100644
index 70f6eea316..0000000000
--- a/examples/VFS/README.netatalk
+++ /dev/null
@@ -1,18 +0,0 @@
-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.