[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1228-g79177c1

Jelmer Vernooij jelmer at samba.org
Wed Apr 22 21:57:12 GMT 2009


The branch, master has been updated
       via  79177c1d36e125b08aa4d6e0e42e9a97f625b3c8 (commit)
      from  455f2a4c65b679a996a8d6e7548dc2f4a6f28fae (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 79177c1d36e125b08aa4d6e0e42e9a97f625b3c8
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Wed Apr 22 23:54:10 2009 +0200

    Specify explicit path to vlp, for those not having vlp in $PATH.

-----------------------------------------------------------------------

Summary of changes:
 selftest/target/Samba3.pm |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index a367214..288ba8c 100644
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -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]


-- 
Samba Shared Repository


More information about the samba-cvs mailing list