summaryrefslogtreecommitdiffstats
path: root/sbin/resolvconf/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-09-12 14:46:05 -0300
committerRenato Botelho <renato@netgate.com>2016-09-12 14:46:05 -0300
commit63ce22d1142390b88690c7c0f4bc4cc288e9d185 (patch)
treebe056ff742a6a5ce5b806df22ac305023d980bc0 /sbin/resolvconf/Makefile
parente2fb654fb7e1727e7fc2778c4c2fbd8b4733fe37 (diff)
parent4fad802c4472b62f310fbda8601c80b846f7a1f0 (diff)
downloadFreeBSD-src-63ce22d1142390b88690c7c0f4bc4cc288e9d185.zip
FreeBSD-src-63ce22d1142390b88690c7c0f4bc4cc288e9d185.tar.gz
Merge remote-tracking branch 'origin/stable/11' into devel-11
Diffstat (limited to 'sbin/resolvconf/Makefile')
-rw-r--r--sbin/resolvconf/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/resolvconf/Makefile b/sbin/resolvconf/Makefile
index e831afa..355d72f 100644
--- a/sbin/resolvconf/Makefile
+++ b/sbin/resolvconf/Makefile
@@ -16,6 +16,7 @@ CLEANFILES= ${SCRIPTS} ${FILES} ${MAN}
SYSCONFDIR= /etc
RCDIR= ${SYSCONFDIR}/rc.d
VARDIR= /var/run/resolvconf
+SBINDIR= /sbin
# We don't assume to restart the services in /sbin. So, though
# our service(8) is in /usr/sbin, we can use it, here.
@@ -28,13 +29,13 @@ RESTARTCMD= "/usr/sbin/service ${CMD1} \&\& /usr/sbin/service ${CMD2}"
.for f in ${SCRIPTS} ${FILES} ${MAN}
${f}: ${f}.in
- sed -e 's:@PREFIX@::g' \
- -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' \
+ sed -e 's:@SYSCONFDIR@:${SYSCONFDIR}:g' \
-e 's:@LIBEXECDIR@:${FILESDIR}:g' \
-e 's:@VARDIR@:${VARDIR}:g' \
-e 's:@RESTARTCMD \(.*\)@:${RESTARTCMD_WITH_ARG}:g' \
-e 's:@RESTARTCMD@:${RESTARTCMD}:g' \
-e 's:@RCDIR@:${RCDIR}:g' \
+ -e 's:@SBINDIR@:${SBINDIR}:g' \
-e 's: vpn : ng[0-9]*&:g' \
${DIST}/$@.in > $@
.endfor
OpenPOWER on IntegriCloud