changeset 5188:d8a7afd72391 draft

Log chrootdir set.
author Roy Marples <roy@marples.name>
date Mon, 04 May 2020 16:32:37 +0100
parents b1579900ff46
children 24331ceccbac 12b6ba947111 3d553ec4e61f
files configure
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri May 01 11:19:49 2020 +0100
+++ b/configure	Mon May 04 16:32:37 2020 +0100
@@ -1766,6 +1766,10 @@
 echo "   STATUSARG = 		$STATUSARG"
 if [ "$PRIVSEP" = yes ]; then
 	echo "   PRIVSEPUSER =	$PRIVSEP_USER"
+	if [ -z "$PRIVSEP_CHROOT" ]; then
+		PRIVSEP_CHROOT="(home directory of $PRIVSEP_USER)"
+	fi
+	echo "   CHROOTDIR =		$PRIVSEP_CHROOT"
 fi
 echo