clean message log to make sure the right "ipropd-slave started" message is captured

This commit is contained in:
Love Hornquist Astrand
2009-09-07 15:08:21 -07:00
parent 76b32b6518
commit 012c91539e

View File

@@ -257,6 +257,8 @@ fi
echo "probing for slave pid" echo "probing for slave pid"
kill -0 ${ipds} || { echo "slave no longer there"; exit 1; } kill -0 ${ipds} || { echo "slave no longer there"; exit 1; }
> messages.log
echo "Staring master again" echo "Staring master again"
env ${HEIM_MALLOC_DEBUG} \ env ${HEIM_MALLOC_DEBUG} \
${ipropd_master} --hostname=localhost -k ${keytab} \ ${ipropd_master} --hostname=localhost -k ${keytab} \