From: Roy Marples Date: Mon, 4 May 2020 15:32:37 +0000 (+0100) Subject: Log chrootdir set. X-Git-Tag: v9.1.0~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ad6c18f3eb8fd37870b9c7d9192f84d41c7744a;p=thirdparty%2Fdhcpcd.git Log chrootdir set. --- diff --git a/configure b/configure index a7ae9241..1b6387b7 100755 --- a/configure +++ b/configure @@ -1766,6 +1766,10 @@ echo " EGHOOKSCRIPTS = $EGHOOKS" 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