1 <samba:parameter name="lprm command"
5 xmlns:samba="http://samba.org/common">
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>
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>