Include uname -a output in mail, and log delimiter

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18256 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-06 09:25:29 +00:00
parent 58514ca826
commit 709ede2725

View File

@@ -195,7 +195,7 @@ Subject: heimdal-build-log SPAM COOKIE
X-heimdal-build: kaka-till-love
Version: $version
Machine: `uname -a`
EOF
if [ "X$passhrase" != X ] ; then
@@ -203,6 +203,9 @@ EOF
autobuild-passphrase: ${passhrase}
EOF
fi
cat >> email-header <<EOF
------L-O-G------------------------------------
EOF
cat email-header ab.txt | sendmail "${email}"
fi