summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2019-09-17 16:08:17 -0700
committerJeremy Allison <jra@samba.org>2019-09-18 01:26:06 +0000
commit55b54e72174fc018fee82ded0cb70eebb839cb5f (patch)
tree8009e51db3206a46b0cee83aea39d48d61734f75 /docs-xml
parentfd61e550acec6e9924a71712eef739b58c7d68e8 (diff)
downloadsamba-55b54e72174fc018fee82ded0cb70eebb839cb5f.tar.gz
s3: VFS: Remove vfs_netatalk. Old, unused and unmaintained.
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Sep 18 01:26:06 UTC 2019 on sn-devel-184
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/manpages/vfs_netatalk.8.xml77
-rw-r--r--docs-xml/wscript_build1
2 files changed, 0 insertions, 78 deletions
diff --git a/docs-xml/manpages/vfs_netatalk.8.xml b/docs-xml/manpages/vfs_netatalk.8.xml
deleted file mode 100644
index 38e335075d2..00000000000
--- a/docs-xml/manpages/vfs_netatalk.8.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
-<refentry id="vfs_netatalk.8">
-
-<refmeta>
- <refentrytitle>vfs_netatalk</refentrytitle>
- <manvolnum>8</manvolnum>
- <refmiscinfo class="source">Samba</refmiscinfo>
- <refmiscinfo class="manual">System Administration tools</refmiscinfo>
- <refmiscinfo class="version">&doc.version;</refmiscinfo>
-</refmeta>
-
-
-<refnamediv>
- <refname>vfs_netatalk</refname>
- <refpurpose>hide .AppleDouble files from CIFS clients</refpurpose>
-</refnamediv>
-
-<refsynopsisdiv>
- <cmdsynopsis>
- <command>vfs objects = netatalk</command>
- </cmdsynopsis>
-</refsynopsisdiv>
-
-<refsect1>
- <title>DESCRIPTION</title>
-
- <para>This VFS module is part of the
- <citerefentry><refentrytitle>samba</refentrytitle>
- <manvolnum>7</manvolnum></citerefentry> suite.</para>
-
- <para>The <command>vfs_netatalk</command> VFS module dynamically
- hides .AppleDouble files, preventing spurious errors on some
- CIFS clients. .AppleDouble files may be created by historic
- implementations of AFP (Apple Filing Protocol) on servers. </para>
-
- <para>This module is stackable.</para>
-
-</refsect1>
-
-<refsect1>
- <title>EXAMPLES</title>
-
- <para>Hide .AppleDouble files on the [data] share:</para>
-<programlisting>
- <smbconfsection name="[data]"/>
- <smbconfoption name="vfs objects">netatalk</smbconfoption>
-</programlisting>
-
-</refsect1>
-
-<refsect1>
- <title>CAVEATS</title>
- <para>This module is largely historic and unlikely to be of use
- in modern networks since current Apple systems are able to mount CIFS
- shares natively.
- </para>
-
-</refsect1>
-
-<refsect1>
- <title>VERSION</title>
- <para>This man page is part of version &doc.version; of the Samba suite.
- </para>
-</refsect1>
-
-<refsect1>
- <title>AUTHOR</title>
-
- <para>The original Samba software and related utilities
- were created by Andrew Tridgell. Samba is now developed
- by the Samba Team as an Open Source project similar
- to the way the Linux kernel is developed.</para>
-
-</refsect1>
-
-</refentry>
diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build
index 3dad0a21313..f207e51ff21 100644
--- a/docs-xml/wscript_build
+++ b/docs-xml/wscript_build
@@ -88,7 +88,6 @@ vfs_module_manpages = ['vfs_acl_tdb',
'vfs_gpfs',
'vfs_linux_xfs_sgid',
'vfs_media_harmony',
- 'vfs_netatalk',
'vfs_nfs4acl_xattr',
'vfs_offline',
'vfs_prealloc',