diff options
| author | Roy Marples <roy@marples.name> | 2020-05-04 16:32:37 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-05-04 16:32:37 +0100 |
| commit | 725b0bd3faa5f9c4417c71097e4fb01608f5f953 (patch) | |
| tree | af7f607208da1a4aed008bf32eec29525a355dba /configure | |
| parent | edec47c041ee8d8696f2f9fcf2962b017b291f06 (diff) | |
| download | dhcpcd-725b0bd3faa5f9c4417c71097e4fb01608f5f953.tar.xz | |
Log chrootdir set.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
