From b4c1e62259fb184ea46c615be7c8015f4c79b2a9 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 2 Jan 2007 11:13:03 +0000 Subject: r20464: Make it clear what does the process group stuff (This used to be commit 27750e0b5f118b76c199f87cbf92ee951c3e7db7) --- source4/lib/ldb/tests/start_slapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb') 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`" $* & -- cgit