]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Log chrootdir set.
authorRoy Marples <roy@marples.name>
Mon, 4 May 2020 15:32:37 +0000 (16:32 +0100)
committerRoy Marples <roy@marples.name>
Mon, 4 May 2020 15:32:37 +0000 (16:32 +0100)
configure

index a7ae924159be38d4a9bc7c80a8ffc826f8e4976a..1b6387b7aadc9bad4f283d0d22b32add0374e92f 100755 (executable)
--- 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