Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 02:54:27 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r303567 - head/sbin/resolvconf
Message-ID:  <201607310254.u6V2sR9L037586@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sun Jul 31 02:54:27 2016
New Revision: 303567
URL: https://svnweb.freebsd.org/changeset/base/303567

Log:
  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

Modified:
  head/sbin/resolvconf/Makefile

Modified: head/sbin/resolvconf/Makefile
==============================================================================
--- head/sbin/resolvconf/Makefile	Sun Jul 31 02:43:45 2016	(r303566)
+++ head/sbin/resolvconf/Makefile	Sun Jul 31 02:54:27 2016	(r303567)
@@ -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 > $@



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607310254.u6V2sR9L037586>