diff options
| author | Roy Marples <roy@marples.name> | 2020-05-05 17:55:10 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-05-05 17:55:10 +0100 |
| commit | c0567cc03ec3a75d8edab2abb5789efda54d4c66 (patch) | |
| tree | c49887a28a5ebee009a64e878999a9718cb6ece4 /Makefile.inc | |
| parent | 4934b0f3357194d28c57f6561d74442f4c7430e5 (diff) | |
| download | dhcpcd-c0567cc03ec3a75d8edab2abb5789efda54d4c66.tar.xz | |
privsep: Allow a blank string to force privsep users home directory
So FreeBSD users can set it like other OS's if they so choose.
Diffstat (limited to 'Makefile.inc')
| -rw-r--r-- | Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 6775f7f0..19208808 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -33,5 +33,6 @@ SED_STATUSARG= -e 's:@STATUSARG@:${STATUSARG}:g' SED_SCRIPT= -e 's:@SCRIPT@:${SCRIPT}:g' SED_SYS= -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' SED_DEFAULT_HOSTNAME= -e 's:@DEFAULT_HOSTNAME@:${DEFAULT_HOSTNAME}:g' -SED_CHROOT?= -e 's:@CHDIR^@::g' -e 's:@CHDIR$$@::g' -e '/@CHDIR@/d' +SED_CHROOT?= -e 's:@CHDIR^@::g' -e 's:@CHDIR$$@::g' \ + -e '/@CHDIR1@/d' -e '/@CHDIR2@/d' SED_PRIVSEP_USER= -e 's:@PRIVSEP_USER@:${PRIVSEP_USER}:g' |
