summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-01-02 11:13:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:35:53 -0500
commitb4c1e62259fb184ea46c615be7c8015f4c79b2a9 (patch)
tree6aea7b3f1fd4105081834285d0cd2580a57252f8 /source4
parentefd617fd71ad9c95dedf3a2cae7b72118af63cd7 (diff)
downloadsamba-b4c1e62259fb184ea46c615be7c8015f4c79b2a9.tar.gz
samba-b4c1e62259fb184ea46c615be7c8015f4c79b2a9.tar.bz2
samba-b4c1e62259fb184ea46c615be7c8015f4c79b2a9.zip
r20464: Make it clear what does the process group stuff
(This used to be commit 27750e0b5f118b76c199f87cbf92ee951c3e7db7)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/lib/ldb/tests/start_slapd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/start_slapd.sh b/source4/lib/ldb/tests/start_slapd.sh
index 22e8548791..11679d47a3 100755
--- a/source4/lib/ldb/tests/start_slapd.sh
+++ b/source4/lib/ldb/tests/start_slapd.sh
@@ -7,7 +7,7 @@ fi
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`" $* &