summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/misc/sourceenvironment.xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-04-15 08:09:55 +0000
committerAlexander Bokovoy <ab@samba.org>2003-04-15 08:09:55 +0000
commit27eb9d97373c772a2a74d6b0fd27dbabbe7e5912 (patch)
tree925af3e5cc34754d56d3e0e34eb197a575427ed9 /docs/docbook/smbdotconf/misc/sourceenvironment.xml
parent084684468dd99d0879843dd0c38db25e28c73937 (diff)
downloadsamba-27eb9d97373c772a2a74d6b0fd27dbabbe7e5912.tar.gz
samba-27eb9d97373c772a2a74d6b0fd27dbabbe7e5912.tar.bz2
samba-27eb9d97373c772a2a74d6b0fd27dbabbe7e5912.zip
Convert another group of options in Misc section
(This used to be commit 43f8ae46137ed653c5694a839a5e6757e4a89974)
Diffstat (limited to 'docs/docbook/smbdotconf/misc/sourceenvironment.xml')
-rw-r--r--docs/docbook/smbdotconf/misc/sourceenvironment.xml42
1 files changed, 23 insertions, 19 deletions
diff --git a/docs/docbook/smbdotconf/misc/sourceenvironment.xml b/docs/docbook/smbdotconf/misc/sourceenvironment.xml
index 07a8abce4d..c6b4ce368f 100644
--- a/docs/docbook/smbdotconf/misc/sourceenvironment.xml
+++ b/docs/docbook/smbdotconf/misc/sourceenvironment.xml
@@ -1,23 +1,27 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="SOURCEENVIRONMENT"/>source environment (G)</term>
- <listitem><para>This parameter causes Samba to set environment
- variables as per the content of the file named.</para>
+<samba:parameter name="source environment"
+ context="G"
+ advanced="1" developer="1"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <para>This parameter causes Samba to set environment
+ variables as per the content of the file named.</para>
- <para>If the value of this parameter starts with a &quot;|&quot; character
- then Samba will treat that value as a pipe command to open and
- will set the environment variables from the output of the pipe.</para>
+ <para>If the value of this parameter starts with a &quot;|&quot; character
+ then Samba will treat that value as a pipe command to open and
+ will set the environment variables from the output of the pipe.</para>
- <para>The contents of the file or the output of the pipe should
- be formatted as the output of the standard Unix <command moreinfo="none">env(1)
- </command> command. This is of the form :</para>
- <para>Example environment entry:</para>
- <para><command moreinfo="none">SAMBA_NETBIOS_NAME = myhostname</command></para>
+ <para>The contents of the file or the output of the pipe should
+ be formatted as the output of the standard Unix <command moreinfo="none">env(1)</command> command. This is of the form:</para>
- <para>Default: <emphasis>No default value</emphasis></para>
- <para>Examples: <command moreinfo="none">source environment = |/etc/smb.conf.sh
- </command></para>
+ <para>Example environment entry:</para>
- <para>Example: <command moreinfo="none">source environment =
- /usr/local/smb_env_vars</command></para>
- </listitem>
- </samba:parameter>
+ <para><command moreinfo="none">SAMBA_NETBIOS_NAME = myhostname</command></para>
+
+ <para>Default: <emphasis>No default value</emphasis></para>
+
+ <para>Examples: <command moreinfo="none">source environment = |/etc/smb.conf.sh</command></para>
+
+ <para>Example: <command moreinfo="none">source environment =
+ /usr/local/smb_env_vars</command></para>
+</listitem>
+</samba:parameter>