Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jul 2016 13:09:47 -0500
From:      Pedro Giffuni <pfg@FreeBSD.org>
To:        Guy Yur <guyyur@gmail.com>
Cc:        Glen Barber <gjb@freebsd.org>, freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: resolvconf needs @RESTARTCMD@ to be replaced after r303062
Message-ID:  <b5be6147-f94f-24f5-7133-c6f62e9d3075@FreeBSD.org>
In-Reply-To: <CAC67Hz-ZbKAxNY_STe6An2SFfEBA_UnGH8XCZ=RKkM-m%2B__0=Q@mail.gmail.com>
References:  <CAC67Hz_1wc9ddh1RmY-T96=sBH8=du6SJru3zGQZHgjjpivLCw@mail.gmail.com> <ec770c15-8b61-2136-4da4-37f005d89ea0@FreeBSD.org> <20160731023550.GF1532@FreeBSD.org> <a5a5b0ca-41bc-d313-1f0a-1114ad8e5ccc@FreeBSD.org> <CAC67Hz-ZbKAxNY_STe6An2SFfEBA_UnGH8XCZ=RKkM-m%2B__0=Q@mail.gmail.com>

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


On 07/31/16 11:56, Guy Yur wrote:
> On Sun, Jul 31, 2016 at 5:46 AM, Pedro Giffuni <pfg@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b5be6147-f94f-24f5-7133-c6f62e9d3075>