syncing tree with SAMBA_3_0
[Samba.git] / docs / docbook / smbdotconf / printing / queueresumecommand.xml
blob23f67021920c43579971a313d65beba48336278a
1 <samba:parameter name="queueresume 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 resume the printer queue. It 
8     is the command to undo the behavior that is caused by the 
9     previous parameter (<link linkend="QUEUEPAUSECOMMAND"><parameter moreinfo="none">
10     queuepause command</parameter></link>).</para>
12     <para>This command should be a program or script which takes 
13     a printer name as its only parameter and resumes the printer queue, 
14     such that queued jobs are resubmitted to the printer.</para>
16     <para>This command is not supported by Windows for Workgroups, 
17     but can be issued from the Printers window under Windows 95 
18     and NT.</para>
20     <para>If a <parameter moreinfo="none">%p</parameter> is given then the printer name 
21     is put in its place. Otherwise it is placed at the end of the 
22     command.</para>
24     <para>Note that it is good practice to include the absolute 
25     path in the command as the PATH may not be available to the 
26     server.</para>
28     <para>Default: <emphasis>depends on the setting of <link linkend="PRINTING">
29     <parameter moreinfo="none">printing</parameter></link></emphasis></para>
31     <para>Example: <command moreinfo="none">queuepause command = enable %p</command></para>
32 </listitem>
33 </samba:parameter>