svn commit: samba r13240 - in branches/SAMBA_4_0/source/script/tests: .

abartlet at samba.org abartlet at samba.org
Mon Jan 30 22:23:18 GMT 2006


Author: abartlet
Date: 2006-01-30 22:23:17 +0000 (Mon, 30 Jan 2006)
New Revision: 13240

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13240

Log:
Make the test scripts use the new smb.conf location (in PREFIX/etc).

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.sh


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.sh
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-01-30 22:22:37 UTC (rev 13239)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-01-30 22:23:17 UTC (rev 13240)
@@ -51,9 +51,10 @@
 
 TMPDIR=$PREFIX_ABS/tmp
 LIBDIR=$PREFIX_ABS/lib
+ETCDIR=$PREFIX_ABS/etc
 PIDDIR=$PREFIX_ABS/pid
-CONFFILE=$LIBDIR/smb.conf
-KRB5_CONFIG=$LIBDIR/krb5.conf
+CONFFILE=$ETCDIR/smb.conf
+KRB5_CONFIG=$ETCDIR/krb5.conf
 PRIVATEDIR=$PREFIX_ABS/private
 NCALRPCDIR=$PREFIX_ABS/ncalrpc
 LOCKDIR=$PREFIX_ABS/lockdir
@@ -85,7 +86,7 @@
 export PATH
 
 rm -rf $PREFIX/*
-mkdir -p $PRIVATEDIR $LIBDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR
+mkdir -p $PRIVATEDIR $ETCDIR $LIBDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR
 
 cat >$PRIVATEDIR/wins_config.ldif<<EOF
 dn: name=TORTURE_26,CN=PARTNERS



More information about the samba-cvs mailing list