wmi-1.3.16 from opsview.com
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$LDBDIR" ]; then
|
||||
LDBDIR=`dirname $0`/..
|
||||
export LDBDIR
|
||||
fi
|
||||
|
||||
if [ -f tests/tmp/slapd.pid ]; then
|
||||
echo "killing slapd process `cat tests/tmp/slapd.pid`"
|
||||
kill -9 `cat tests/tmp/slapd.pid`
|
||||
rm -f tests/tmp/slapd.pid
|
||||
fi
|
||||
Reference in New Issue
Block a user