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

tridge at samba.org tridge at samba.org
Sat Sep 16 19:27:52 GMT 2006


Author: tridge
Date: 2006-09-16 19:27:51 +0000 (Sat, 16 Sep 2006)
New Revision: 18588

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

Log:

save one more character in the socket wrapper path - seems it still
was occasionally too long for IRIX 6.4

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-09-16 17:59:33 UTC (rev 18587)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2006-09-16 19:27:51 UTC (rev 18588)
@@ -51,7 +51,7 @@
 
 DO_SOCKET_WRAPPER=$ARG3
 if [ x"$DO_SOCKET_WRAPPER" = x"SOCKET_WRAPPER" ];then
-	SOCKET_WRAPPER_DIR="$PREFIX/sw"
+	SOCKET_WRAPPER_DIR="$PREFIX/w"
 	export SOCKET_WRAPPER_DIR
 	echo "SOCKET_WRAPPER_DIR=$SOCKET_WRAPPER_DIR"
 else



More information about the samba-cvs mailing list