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

tridge at samba.org tridge at samba.org
Mon Jun 20 04:27:51 GMT 2005


Author: tridge
Date: 2005-06-20 04:27:50 +0000 (Mon, 20 Jun 2005)
New Revision: 7775

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

Log:
solaris uses 'lo0' for loopback network, so by using lo* we should cover both




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	2005-06-20 04:20:36 UTC (rev 7774)
+++ branches/SAMBA_4_0/source/script/tests/selftest.sh	2005-06-20 04:27:50 UTC (rev 7775)
@@ -58,7 +58,7 @@
 	lock dir = $LOCKDIR
 	sam database = tdb://$PRIVATEDIR/sam.ldb
 	name resolve order = bcast
-	interfaces = lo
+	interfaces = lo*
 
 [tmp]
 	path = $TMPDIR



More information about the samba-cvs mailing list