[master] 80410e8 Report uid/gid so we can tell if jails technology was enabled.

Poul-Henning Kamp phk at FreeBSD.org
Sat Jan 7 23:55:04 CET 2017


commit 80410e8ff23c321a117820a2384f0ebecb425886
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Sat Jan 7 22:53:34 2017 +0000

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

diff --git a/tools/vtest.sh b/tools/vtest.sh
index fb55132..cdd2d85 100755
--- a/tools/vtest.sh
+++ b/tools/vtest.sh
@@ -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



More information about the varnish-commit mailing list