[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-174-gfffd94b

Steven Danneman sdanneman at samba.org
Tue Jan 27 22:21:48 GMT 2009


The branch, master has been updated
       via  fffd94b442e143ddd995ba356497dc6c2528ed4b (commit)
      from  31e46ff4ac2c2c339542450cf0e5f46cc990df71 (commit)

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


- Log -----------------------------------------------------------------
commit fffd94b442e143ddd995ba356497dc6c2528ed4b
Author: Steven Danneman <steven.danneman at isilon.com>
Date:   Tue Jan 27 13:24:38 2009 -0800

    Move S3 specific parameters to S3 conf file in make test.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index 0f1ca32..9462184 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -170,8 +170,6 @@ cat >$COMMONCONFFILE<<EOF
 	private dir = $PRIVATEDIR
 	pid directory = $PIDDIR
 	lock directory = $LOCKDIR
-	state directory = $LOCKDIR
-	cache directory = $LOCKDIR
 	log file = $LOGDIR/log.%m
 	log level = 0
 
@@ -207,6 +205,9 @@ cat >$SERVERCONFFILE<<EOF
 	panic action = $SCRIPTDIR/gdb_backtrace %d %\$(MAKE_TEST_BINARY)
 	include = $COMMONCONFFILE
 
+	state directory = $LOCKDIR
+	cache directory = $LOCKDIR
+
 	passdb backend = tdbsam
 
 	domain master = yes


-- 
Samba Shared Repository


More information about the samba-cvs mailing list