Skip to content
Snippets Groups Projects
Commit c532587f authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2363 - slurpd should now exit cleanly without -KILL

parent 3c0b0d50
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ RC=$?
if test $RC != 0 ; then
echo "ldapadd failed ($RC)!"
kill -HUP $PID $SLAVEPID
kill -KILL $SLURPPID
kill -HUP $SLURPPID
exit $RC
fi
......@@ -191,7 +191,7 @@ RC=$?
if test $RC != 0 ; then
echo "ldapsearch failed ($RC)!"
kill -HUP $PID $SLAVEPID
kill -KILL $SLURPPID
kill -HUP $SLURPPID
exit $RC
fi
......@@ -203,12 +203,12 @@ RC=$?
if test $RC != 0 ; then
echo "ldapsearch failed ($RC)!"
kill -HUP $PID $SLAVEPID
kill -KILL $SLURPPID
kill -HUP $SLURPPID
exit $RC
fi
kill -HUP $PID $SLAVEPID
kill -KILL $SLURPPID
kill -HUP $SLURPPID
SEARCHOUT=$MASTEROUT
LDIF=$SLAVEOUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment