Add all the source files from the old CVS tree,
[Samba.git] / docs / smbdotconf / misc / magicoutput.xml
blob40f3a0e46dea387ecde44a653ab375d4ca29ab1c
1 <samba:parameter name="magic output"
2                  context="S"
3                  type="string"
4                  xmlns:samba="http://samba.org/common">
5 <description>
6         <para>This parameter specifies the name of a file 
7         which will contain output created by a magic script (see the 
8         <link linkend="MAGICSCRIPT"><parameter moreinfo="none">magic script</parameter></link>
9         parameter below).</para>
11 <warning><para>If two clients use the same <parameter moreinfo="none">magic script
12         </parameter> in the same directory the output file content
13         is undefined.</para></warning>
14 </description>
16 <value type="default">&lt;magic script name&gt;.out</value>
17 <value type="example">myfile.txt</value>
18 </samba:parameter>