Add new framework for smb.conf(5). Please read README before trying to compile.
[Samba/gebeck_regimport.git] / docs / docbook / smbdotconf / printing / queueresumecommand.xml
blob7c0d60961ab14aca22afee1043bb26cccb000a42
1 <samba:parameter xmlns:samba="http://samba.org/common">
2                 <term><anchor id="QUEUERESUMECOMMAND"/>queueresume command (S)</term>
3                 <listitem><para>This parameter specifies the command to be 
4                 executed on the server host in order to resume the printer queue. It 
5                 is the command to undo the behavior that is caused by the 
6                 previous parameter (<link linkend="QUEUEPAUSECOMMAND"><parameter moreinfo="none">
7                 queuepause command</parameter></link>).</para>
8  
9                 <para>This command should be a program or script which takes 
10                 a printer name as its only parameter and resumes the printer queue, 
11                 such that queued jobs are resubmitted 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>
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 
19                 command.</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 <link linkend="PRINTING"><parameter moreinfo="none">printing</parameter></link></emphasis>
26                 </para>
28                 <para>Example: <command moreinfo="none">queuepause command = enable %p
29                 </command></para>
30                 </listitem>
31                 </samba:parameter>