Finish conversion of Printing parameters
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / printing / queuepausecommand.xml
blob13741a0e7f3da66f651c444994027965ca261ee8
1 <samba:parameter name="queuepause command"
2                  context="S"
3                  print="1"
4                  xmlns:samba="http://samba.org/common">
5 <listitem>
6     <para>This parameter specifies the command to be 
7     executed on the server host in order to pause the printer queue.</para>
9     <para>This command should be a program or script which takes 
10     a printer name as its only parameter and stops the printer queue, 
11     such that no longer jobs are submitted to the printer.</para>
13     <para>This command is not supported by Windows for Workgroups, 
14     but can be issued from the Printers window under Windows 95 
15     and NT.</para>
16                 
17     <para>If a <parameter moreinfo="none">%p</parameter> is given then the printer name 
18     is put in its place. Otherwise it is placed at the end of the command.
19     </para>
21     <para>Note that it is good practice to include the absolute 
22     path in the command as the PATH may not be available to the 
23     server.</para>
25     <para>Default: <emphasis>depends on the setting of <parameter moreinfo="none">printing</parameter></emphasis></para>
27     <para>Example: <command moreinfo="none">queuepause command = disable %p</command></para>
28 </listitem>
29 </samba:parameter>