diff options
author | Günther Deschner <gd@samba.org> | 2010-03-25 00:55:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-25 00:55:13 +0100 |
commit | f84f65306613d2794b14b3eaeba59fe3ca5751cb (patch) | |
tree | 648deeeb5e4e7814f71b0197baba660f925d446e /selftest/target | |
parent | 426cb9be1c882fea5a22475107aad05e8d0e124e (diff) | |
download | samba-f84f65306613d2794b14b3eaeba59fe3ca5751cb.tar.gz samba-f84f65306613d2794b14b3eaeba59fe3ca5751cb.tar.bz2 samba-f84f65306613d2794b14b3eaeba59fe3ca5751cb.zip |
s3-selftest: move printing config to global section.
Guenther
Diffstat (limited to 'selftest/target')
-rw-r--r-- | selftest/target/Samba3.pm | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 94c2f95135..be34d945af 100644 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -535,6 +535,15 @@ sub provision($$$$$$) create mask = 755 vfs objects = $bindir_abs/xattr_tdb.so $bindir_abs/streams_depot.so + printing = vlp + print command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb print %p %s + lpq command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lpq %p + lp rm command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lprm %p %j + lp pause command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lppause %p %j + lp resume command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lpresume %p %j + queue pause command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb queuepause %p + queue resume command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb queueresume %p + # Begin extra options $extra_options # End extra options @@ -558,14 +567,6 @@ sub provision($$$$$$) [print1] copy = tmp printable = yes - printing = vlp - print command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb print %p %s - lpq command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lpq %p - lp rm command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lprm %p %j - lp pause command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lppause %p %j - lp resume command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb lpresume %p %j - queue pause command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb queuepause %p - queue resume command = $bindir_abs/vlp tdbfile=$lockdir/vlp.tdb queueresume %p [print2] copy = print1 |