1 <samba:parameter name="lprm command"
4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <para>This parameter specifies the command to be
7 executed on the server host in order to delete a print job.</para>
9 <para>This command should be a program or script which takes
10 a printer name and job number, and deletes the print job.</para>
12 <para>If a <parameter moreinfo="none">%p</parameter> is given then the printer name
13 is put in its place. A <parameter moreinfo="none">%j</parameter> is replaced with
14 the job number (an integer).</para>
16 <para>Note that it is good practice to include the absolute
17 path in the <parameter moreinfo="none">lprm command</parameter> as the PATH may not be
18 available to the server.</para>
23 lprm command = /usr/bin/lprm -P%p %j
27 lprm command = /usr/bin/cancel %p-%j
32 <related>printing</related>
34 <value type="default"><comment>determined by printing parameter</comment></value>