resolvconf needs @RESTARTCMD@ to be replaced after r303062

Pedro Giffuni pfg at FreeBSD.org
Sun Jul 31 18:09:40 UTC 2016



On 07/31/16 11:56, Guy Yur wrote:
> On Sun, Jul 31, 2016 at 5:46 AM, Pedro Giffuni <pfg at freebsd.org> wrote:
>>
>>
>>>> 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.
>
> Hi,
>
> I meant for the RESTARTCMD_= statement to be added too.
> I should have sent a patch file.
>

Ugh ... yeah I am really bad at "guessing" patches.

I will play with your patch. Thanks.

Pedro.


More information about the freebsd-current mailing list