[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-1317-g3316ae9

Günther Deschner gd at samba.org
Wed Apr 29 12:31:28 GMT 2009


The branch, master has been updated
       via  3316ae9d75dfe6c7a960938c9503367880510079 (commit)
      from  3422b9c546cdd262bd747e1e737c2b6479b4d21e (commit)

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


- Log -----------------------------------------------------------------
commit 3316ae9d75dfe6c7a960938c9503367880510079
Author: Günther Deschner <gd at samba.org>
Date:   Wed Apr 29 14:29:25 2009 +0200

    s3-test: make it possible to find the built vlp in "make test".
    
    Guenther

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

Summary of changes:
 source3/script/tests/selftest.sh |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 60b71a5..15a0c06 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -254,7 +254,15 @@ cat >$SERVERCONFFILE<<EOF
 [print1]
 	copy = tmp
 	printable = yes
-	printing = test
+	printing = vlp
+	print command = $BINDIR/vlp print %p %s
+	lpq command = $BINDIR/vlp lpq %p
+	lp rm command = $BINDIR/vlp lprm %p %j
+	lp pause command = $BINDIR/vlp lppause %p %j
+	lp resume command = $BINDIR/vlp lpresume %p %j
+	queue pause command = $BINDIR/vlp queuepause %p
+	queue resume command = $BINDIR/vlp queueresume %p
+
 [print2]
 	copy = print1
 [print3]


-- 
Samba Shared Repository


More information about the samba-cvs mailing list