Updated entry of samba-vscan
[Samba.git] / docs / smbdotconf / printing / lprmcommand.xml
blob508b52775b636f3868905b57acfbf6df7e82a8ba
1 <samba:parameter name="lprm 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 delete a print job.</para>
10     <para>This command should be a program or script which takes 
11     a printer name and job number, and deletes the print job.</para>
13     <para>If a <parameter moreinfo="none">%p</parameter> is given then the printer name 
14     is put in its place. A <parameter moreinfo="none">%j</parameter> is replaced with 
15     the job number (an integer).</para>
17     <para>Note that it is good practice to include the absolute 
18     path in the <parameter moreinfo="none">lprm command</parameter> as the PATH may not be 
19     available to the server.</para>
21 </description>
22 <related>printing</related>
24 <value type="default"><comment>depends on the setting of <parameter moreinfo="none">printing</parameter></comment></value>
25 <value type="example">/usr/bin/lprm -P%p %j</value>
26 <value type="example">/usr/bin/cancel %p-%j</value>
27 </samba:parameter>