From 5eb946a5ef400d5c9dd9eb31a5d0b349cf98ee94 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 2 Jan 2007 11:13:03 +0000 Subject: [PATCH] r20464: Make it clear what does the process group stuff --- source/lib/ldb/tests/start_slapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/ldb/tests/start_slapd.sh b/source/lib/ldb/tests/start_slapd.sh index 22e8548791a..11679d47a3e 100755 --- a/source/lib/ldb/tests/start_slapd.sh +++ b/source/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`" $* & -- 2.11.4.GIT