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)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 22 Apr 2009 21:56:35 +0000 (23:56 +0200)
selftest/target/Samba3.pm

index a36721406c0fe4d108555bb4918edb7acfae655c..288ba8c8b76fdab35097f1ed92f0d486b577c6ae 100644 (file)
@@ -505,7 +505,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]