source: branches/samba-3.2.x/docs-xml/smbdotconf/printing/queueresumecommand.xml

Last change on this file was 203, checked in by Herwig Bauernfeind, 16 years ago

Missing 3.2.2 client and HOWTO files

File size: 1.2 KB
Line 
1<samba:parameter name="queueresume command"
2 context="S"
3 type="string"
4 print="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
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 (<smbconfoption name="queuepause command"/>).</para>
11
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>
15
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>
19
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>
23
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>
27</description>
28
29<value type="default"></value>
30<value type="example">enable %p</value>
31</samba:parameter>
Note: See TracBrowser for help on using the repository browser.