diff options
author | Christian Ambach <ambi@samba.org> | 2013-03-11 22:23:27 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2013-03-12 01:03:37 +0100 |
commit | fb924d02ec05f7106beeeb409becbc39e00ddac9 (patch) | |
tree | 06c3c5818f40f49e187d5ee01c7dc6c0f259407f /docs-xml | |
parent | 58e385a5ac37c072a4eef3baa7926b799a732e94 (diff) | |
download | samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.tar.gz samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.tar.bz2 samba-fb924d02ec05f7106beeeb409becbc39e00ddac9.zip |
s3: remove some dead code (for setdir command)
set dir seems to have been a special SMB command used by Pathworks clients
the supporting code for it was already removed in 2007, so just remove all
remnants related to it (smb.conf parameter, documentation, ...)
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Mar 12 01:03:37 CET 2013 on sn-devel-104
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/misc/setdirectory.xml | 19 | ||||
-rw-r--r-- | docs-xml/using_samba/ch08.xml | 30 |
2 files changed, 5 insertions, 44 deletions
diff --git a/docs-xml/smbdotconf/misc/setdirectory.xml b/docs-xml/smbdotconf/misc/setdirectory.xml deleted file mode 100644 index 5e7b379a04..0000000000 --- a/docs-xml/smbdotconf/misc/setdirectory.xml +++ /dev/null @@ -1,19 +0,0 @@ -<samba:parameter name="set directory" - context="S" - type="boolean" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<description> - <para> - If <command moreinfo="none">set directory = no</command>, then users of the - service may not use the setdir command to change directory. - </para> - - <para> - The <command moreinfo="none">setdir</command> command is only implemented - in the Digital Pathworks client. See the Pathworks documentation - for details. - </para> -</description> - -<value type="default">no</value> -</samba:parameter> diff --git a/docs-xml/using_samba/ch08.xml b/docs-xml/using_samba/ch08.xml index 91e216a25c..7465b8a67b 100644 --- a/docs-xml/using_samba/ch08.xml +++ b/docs-xml/using_samba/ch08.xml @@ -1795,27 +1795,7 @@ panic action</title> </sect2> - - - -<sect2 role="" label="8.6.13" id="ch08-SECT-6.0.13"> -<indexterm id="ch08-idx-965993-0"><primary>set directory option</primary></indexterm> -<title> -set directory</title> - - -<para>This boolean share-level option allows <indexterm id="ch08-idx-965497-0"><primary>Digital Pathworks clients, option for</primary></indexterm>Digital Pathworks clients to use the <literal>setdir</literal> command to change directories on the server. If you are not using the Digital Pathworks client, you should not need to alter this option. The default value for this option is <literal>no</literal>. You can override it per share as follows:</para> - - -<programlisting>[data] - set directory = yes</programlisting> -</sect2> - - - - - -<sect2 role="" label="8.6.14" id="ch08-SECT-6.0.14"> +<sect2 role="" label="8.6.13" id="ch08-SECT-6.0.14"> <indexterm id="ch08-idx-965994-0"><primary>smbrun option</primary></indexterm> <title> smbrun</title> @@ -1832,7 +1812,7 @@ smbrun</title> -<sect2 role="" label="8.6.15" id="ch08-SECT-6.0.15"> +<sect2 role="" label="8.6.14" id="ch08-SECT-6.0.15"> <indexterm id="ch08-idx-965995-0"><primary>status option</primary></indexterm> <title> status</title> @@ -1850,7 +1830,7 @@ status</title> -<sect2 role="" label="8.6.16" id="ch08-SECT-6.0.16"> +<sect2 role="" label="8.6.15" id="ch08-SECT-6.0.16"> <indexterm id="ch08-idx-965996-0"><primary>strict sync option</primary></indexterm> <title> strict sync</title> @@ -1867,7 +1847,7 @@ strict sync</title> -<sect2 role="" label="8.6.17" id="ch08-SECT-6.0.17"> +<sect2 role="" label="8.6.16" id="ch08-SECT-6.0.17"> <indexterm id="ch08-idx-965997-0"><primary>sync always option</primary></indexterm> <title> sync always</title> @@ -1884,7 +1864,7 @@ sync always</title> -<sect2 role="" label="8.6.18" id="ch08-SECT-6.0.18"> +<sect2 role="" label="8.6.17" id="ch08-SECT-6.0.18"> <indexterm id="ch08-idx-965998-0"><primary>strip dot option</primary></indexterm> <title> strip dot</title> |