Specify explicit path to vlp, for those not having vlp in $PATH.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 22 Apr 2009 21:54:10 +0000 (23:54 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 29 Apr 2009 12:33:09 +0000 (14:33 +0200)
(cherry picked from commit 79177c1d36e125b08aa4d6e0e42e9a97f625b3c8)

selftest/target/Samba3.pm

index 96b32cce931cc583d6f67362d9197b104902ce49..d05b5ca711fd13366e116bf806dcd27c22aa370d 100644 (file)
@@ -503,7 +503,15 @@ sub provision($$$$$$)
 [print1]
        copy = tmp
        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]
        copy = print1
 [print3]