mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
Specify explicit path to vlp, for those not having vlp in $PATH.
This commit is contained in:
parent
455f2a4c65
commit
79177c1d36
@ -505,7 +505,15 @@ sub provision($$$$$$)
|
|||||||
[print1]
|
[print1]
|
||||||
copy = tmp
|
copy = tmp
|
||||||
printable = yes
|
printable = yes
|
||||||
printing = test
|
printing = vlp
|
||||||
|
print command = $bindir_abs/vlp print %p %s
|
||||||
|
lpq command = $bindir_abs/vlp lpq %p
|
||||||
|
lp rm command = $bindir_abs/vlp lprm %p %j
|
||||||
|
lp pause command = $bindir_abs/vlp lppause %p %j
|
||||||
|
lp resume command = $bindir_abs/vlp lpresume %p %j
|
||||||
|
queue pause command = $bindir_abs/vlp queuepause %p
|
||||||
|
queue resume command = $bindir_abs/vlp queueresume %p
|
||||||
|
|
||||||
[print2]
|
[print2]
|
||||||
copy = print1
|
copy = print1
|
||||||
[print3]
|
[print3]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user