Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jul 2016 21:46:55 -0500
From:      Pedro Giffuni <pfg@FreeBSD.org>
To:        Glen Barber <gjb@FreeBSD.org>
Cc:        Guy Yur <guyyur@gmail.com>, freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: resolvconf needs @RESTARTCMD@ to be replaced after r303062
Message-ID:  <a5a5b0ca-41bc-d313-1f0a-1114ad8e5ccc@FreeBSD.org>
In-Reply-To: <20160731023550.GF1532@FreeBSD.org>
References:  <CAC67Hz_1wc9ddh1RmY-T96=sBH8=du6SJru3zGQZHgjjpivLCw@mail.gmail.com> <ec770c15-8b61-2136-4da4-37f005d89ea0@FreeBSD.org> <20160731023550.GF1532@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help


On 07/30/16 21:35, Glen Barber wrote:
...

>>
>> I don't see the error message though. so I need some confirmation that
>> this fixes the issue.
>>
>
> Likewise, I do not see the error either, so would like definitive
> confirmation the patch resolves the issue.
>

OK, I don't see the error message but I can reproduce it:

  % grep @RESTARTCMD@ *
resolvconf:RESTARTCMD=@RESTARTCMD@


>> Index: sbin/resolvconf/Makefile
>> ===================================================================
>> --- sbin/resolvconf/Makefile	(revision 303557)
>> +++ sbin/resolvconf/Makefile	(working copy)
>> @@ -30,6 +30,7 @@
>>  		-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 > $@
>

And the underscore was not a typo.
Thanks Guy!

Pedro.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a5a5b0ca-41bc-d313-1f0a-1114ad8e5ccc>