diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-07 18:05:46 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-01-28 17:26:39 +1300 |
commit | 7b82f7cefafc7a9210936315e99841b63ede25c6 (patch) | |
tree | f127b55e4ef9eccf54148f8e04bdbbcf39430166 | |
parent | 725ce5272020b82486e0dc4a0416629f5b357752 (diff) | |
download | samba-7b82f7cefafc7a9210936315e99841b63ede25c6.tar.gz samba-7b82f7cefafc7a9210936315e99841b63ede25c6.tar.xz samba-7b82f7cefafc7a9210936315e99841b63ede25c6.zip |
docs: change default root directory to blank
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
-rw-r--r-- | docs-xml/smbdotconf/security/rootdirectory.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/security/rootdirectory.xml b/docs-xml/smbdotconf/security/rootdirectory.xml index 8736598001f..93a7d59dce8 100644 --- a/docs-xml/smbdotconf/security/rootdirectory.xml +++ b/docs-xml/smbdotconf/security/rootdirectory.xml @@ -30,6 +30,6 @@ operating system dependent.</para> </description> -<value type="default">/</value> +<value type="default"></value> <value type="example">/homes/smb</value> </samba:parameter> |