resolvconf(8) now needs an additional @RESTARTCMD@ replacement when installing.

After r303062, which brought openresolv 3.8.1, we need to replace an
additional @RESTARTCMD@ in resolvconf.

Reported by:	Guy Yur
X-MFC with:	r303062
This commit is contained in:
Pedro F. Giffuni 2016-07-31 02:54:27 +00:00
parent cf15dd7d3a
commit ce6b5c0ac4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303567

View File

@ -30,6 +30,7 @@ ${f}: ${f}.in
-e 's:@LIBEXECDIR@:${FILESDIR}:g' \
-e 's:@VARDIR@:${VARDIR}:g' \
-e 's:@RESTARTCMD \(.*\)@:${RESTARTCMD}:g' \
-e 's:@RESTARTCMD@:${RESTARTCMD_}:g' \
-e 's:@RCDIR@:${RCDIR}:g' \
-e 's: vpn : ng[0-9]*&:g' \
${DIST}/$@.in > $@