display messages.log and help that that tells us what went wrong.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19804 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-10 17:43:28 +00:00
parent b6d99cd3d5
commit 727251e23b

View File

@@ -100,7 +100,7 @@ if [ "$?" != 0 ] ; then
exit 1
fi
trap "kill ${kdcpid}; echo signal killing kdc; exit 1;" EXIT
trap "kill ${kdcpid}; echo signal killing kdc; cat messages.log; exit 1;" EXIT
exitcode=0