diff options
| author | Roy Marples <roy@marples.name> | 2020-05-27 15:52:01 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-05-27 15:52:01 +0000 |
| commit | e322db49157418dc360cbacad1b849152969062c (patch) | |
| tree | a7d26f1695d7e4aa540778e0c24e63912e8c4627 /configure | |
| parent | a9882c1a32b800fda466c3c4af3819281bb98e00 (diff) | |
| download | dhcpcd-e322db49157418dc360cbacad1b849152969062c.tar.xz | |
For systems without open_memstream(3) warn that /tmp needs to exit
Inside the privsep users home directory.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -903,6 +903,8 @@ EOF fi if [ "$OPEN_MEMSTREAM" = yes ]; then echo "#define HAVE_OPEN_MEMSTREAM" >>$CONFIG_H +elif [ "$PRIVSEP" = yes ]; then + echo "WARNING: Ensure that /tmp exists in the privsep users chroot" fi if [ -z "$PIDFILE_LOCK" ]; then |
