4a5733300481a272ef4c01290166e5e84f1fca7d
[samba.git] / docs-xml / smbdotconf / printing / queueresumecommand.xml
1 <samba:parameter name="queueresume command"
2                  context="S"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
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 (<smbconfoption name="queuepause command"/>).</para>
10  
11     <para>This command should be a program or script which takes 
12     a printer name as its only parameter and resumes the printer queue, 
13     such that queued jobs are resubmitted to the printer.</para>
14
15     <para>This command is not supported by Windows for Workgroups, 
16     but can be issued from the Printers window under Windows 95 
17     and NT.</para>
18
19     <para>If a <parameter moreinfo="none">%p</parameter> is given then the printer name 
20     is put in its place. Otherwise it is placed at the end of the 
21     command.</para>
22
23     <para>Note that it is good practice to include the absolute 
24     path in the command as the PATH may not be available to the 
25         server.</para>
26 </description>
27
28 <value type="default"><comment>determined by printing parameter</comment></value>
29 <value type="example">enable %p</value>
30 </samba:parameter>