dump more info.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21838 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-08-08 06:45:04 +00:00
parent 8168230bf6
commit f2df45620f

View File

@@ -88,7 +88,10 @@ ipds=
ipdm=
kdcpid=
trap "kill \${ipdm} \${ipds} \${kdcpid}; tail -10 messages.log; echo 'killing ipropd slave + master'; exit 1;" EXIT
> iprop-stats
> messages.log
trap "echo 'killing ipropd s + m + kdc'; kill \${ipdm} \${ipds} \${kdcpid}; tail -10 messages.log iprop-stats; exit 1;" EXIT
echo Starting kdc
${kdc} &
@@ -100,7 +103,6 @@ if [ "$?" != 0 ] ; then
exit 1
fi
> iprop-stats
echo "starting master"
${ipropdmaster} --hostname=localhost -k ${keytab} \
--database=${objdir}/current-db &