summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2020-05-05 17:34:54 +0100
committerRoy Marples <roy@marples.name>2020-05-05 17:34:54 +0100
commit4934b0f3357194d28c57f6561d74442f4c7430e5 (patch)
tree24fe848833709b94723a4fe555ff0028e5d51b66 /Makefile.inc
parent725b0bd3faa5f9c4417c71097e4fb01608f5f953 (diff)
downloaddhcpcd-4934b0f3357194d28c57f6561d74442f4c7430e5.tar.xz
privsep: Document any overridden chroot directory.
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 6648e832..6775f7f0 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -33,4 +33,5 @@ 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_PRIVSEP_USER= -e 's:@PRIVSEP_USER@:${PRIVSEP_USER}:g'