diff options
Diffstat (limited to 'docs/smbdotconf/misc/volume.xml')
-rw-r--r-- | docs/smbdotconf/misc/volume.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/smbdotconf/misc/volume.xml b/docs/smbdotconf/misc/volume.xml new file mode 100644 index 0000000000..4f5ac705fa --- /dev/null +++ b/docs/smbdotconf/misc/volume.xml @@ -0,0 +1,12 @@ +<samba:parameter name="volume" + context="S" + type="string" + xmlns:samba="http://samba.org/common"> +<description> + <para>This allows you to override the volume label + returned for a share. Useful for CDROMs with installation programs + that insist on a particular volume label.</para> +</description> + +<value type="default"><comment>the name of the share</comment></value> +</samba:parameter> |