svn commit: samba r20464 - in branches/SAMBA_4_0/source/lib/ldb/tests: .

abartlet at samba.org abartlet at samba.org
Tue Jan 2 11:13:03 GMT 2007


Author: abartlet
Date: 2007-01-02 11:13:03 +0000 (Tue, 02 Jan 2007)
New Revision: 20464

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

Log:
Make it clear what does the process group stuff

Modified:
   branches/SAMBA_4_0/source/lib/ldb/tests/start_slapd.sh


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/tests/start_slapd.sh
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/tests/start_slapd.sh	2007-01-02 11:11:47 UTC (rev 20463)
+++ branches/SAMBA_4_0/source/lib/ldb/tests/start_slapd.sh	2007-01-02 11:13:03 UTC (rev 20464)
@@ -7,7 +7,7 @@
 
 mkdir -p $LDBDIR/tests/tmp/db
 
-# running slapd with -d0 means it stays in the same process group, so it can be
+# running slapd in the background (with &) means it stays in the same process group, so it can be
 # killed by timelimit
 slapd -d0 -f $LDBDIR/tests/slapd.conf -h "`$LDBDIR/tests/ldapi_url.sh`" $* &
 



More information about the samba-cvs mailing list