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 | 1ad6c18f3eb8fd37870b9c7d9192f84d41c7744a (patch) | |
| tree | af7f607208da1a4aed008bf32eec29525a355dba /configure | |
| parent | 6b1a66dc28b10e175d7dd0fb2aad09ea750c154f (diff) | |
| download | dhcpcd-1ad6c18f3eb8fd37870b9c7d9192f84d41c7744a.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 |
