Commit 80410e8f authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Report uid/gid so we can tell if jails technology was enabled.

parent b2bee0e3
......@@ -157,11 +157,12 @@ do
mkdir _report
export LOG=_report/_log
echo "VTEST 1.02" > ${LOG}
echo "VTEST 1.03" > ${LOG}
echo "DATE `date +%s`" >> ${LOG}
echo "BRANCH trunk" >> ${LOG}
echo "HOST `hostname`" >> ${LOG}
echo "UNAME `uname -a`" >> ${LOG}
echo "UGID `id`" >> ${LOG}
if [ -x /usr/bin/lsb_release ] ; then
echo "LSB `lsb_release -d`" >> ${LOG}
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment