Updated entry of samba-vscan
[Samba.git] / docs / smbdotconf / printing / queueresumecommand.xml
blobd75714ba3c8413487abc77a0f989982116f14675
1 <samba:parameter name="queueresume command"
2                  context="S"
3                                  type="string"
4                  print="1"
5                  xmlns:samba="http://samba.org/common">
6 <description>
7     <para>This parameter specifies the command to be 
8     executed on the server host in order to resume the printer queue. It 
9     is the command to undo the behavior that is caused by the 
10     previous parameter (<link linkend="QUEUEPAUSECOMMAND"><parameter moreinfo="none">
11     queuepause command</parameter></link>).</para>
13     <para>This command should be a program or script which takes 
14     a printer name as its only parameter and resumes the printer queue, 
15     such that queued jobs are resubmitted to the printer.</para>
17     <para>This command is not supported by Windows for Workgroups, 
18     but can be issued from the Printers window under Windows 95 
19     and NT.</para>
21     <para>If a <parameter moreinfo="none">%p</parameter> is given then the printer name 
22     is put in its place. Otherwise it is placed at the end of the 
23     command.</para>
25     <para>Note that it is good practice to include the absolute 
26     path in the command as the PATH may not be available to the 
27         server.</para>
28 </description>
30 <value type="default"></value>
31 <value type="example">enable %p</value>
32 </samba:parameter>