From owner-freebsd-current@freebsd.org Sun Jul 31 02:46:55 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54B53BA737D for ; Sun, 31 Jul 2016 02:46:55 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm20.bullet.mail.bf1.yahoo.com (nm20.bullet.mail.bf1.yahoo.com [98.139.212.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 010F11B6A for ; Sun, 31 Jul 2016 02:46:54 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1469933206; bh=6hvAFyEii1jVuLQJNuD25H1oQz0zzZgOv1wVQVyOaZ4=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From:Subject; b=bhj0V2/Sy3vaqK82dK6QADMyWmaePEEOIyE/PN8djy8i0RRS9XFcBMiUEJfoHhT/QKdoVB7AY00iYhRYfT9uXU9hZdTv1zdTIo723MAhc8MuHRe3p6qTrVl0sSsx5fV3npKFBL5rqEELoJlxndt0JC1PgFiUSPGh5/1sGdpvkrCWRnvUXFLFiLrCHEY8tZDjOZrMJmU9KYNEhayt2450HIWKZ0BUzV9GBdAozBmde9dTdU3CrAaG2N+YcYnOhStyETftdcOzT2UIQKwXQwRcdC1JEeWLGJiWobOaQxsR8xVDEOicCEBAu173IQ2uwI17X8kELBTbcem91jkcCVPF7A== Received: from [98.139.214.32] by nm20.bullet.mail.bf1.yahoo.com with NNFMP; 31 Jul 2016 02:46:46 -0000 Received: from [98.139.211.196] by tm15.bullet.mail.bf1.yahoo.com with NNFMP; 31 Jul 2016 02:46:46 -0000 Received: from [127.0.0.1] by smtp205.mail.bf1.yahoo.com with NNFMP; 31 Jul 2016 02:46:46 -0000 X-Yahoo-Newman-Id: 887007.42106.bm@smtp205.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: LNqGhosVM1kH5QI7o5ObB5K9POfG7iREsVt5CDP6rKZ_rCY o8KxNUvoBMlE.6.cCnWg1uebg7jaSZLSWEUdUVUqOjgahgZbFvshsumWTpCR mgzNoIUDkrOFdE6mBIM6HZ4XEUF4Fx1DIt.L8cCimzemEb6jTxYaZSLg9rjT zdxLEMiUrmdp97w1GATzirS3.xmnOfIjI4UvJIVP7s2POa7AwDsW.DfgbL21 nzay6BOL8X_nOvyw98aMb98jvH3bbzdxeW2uTwcjUFA7FczXU877onK1mfRQ G8.9DfnR84cukWnL6a5G2g2Pu98YQFvBwNCwADm.47WJGJIvrW4Qo0xdJJlC utL50KEyFyEuxobsDR0nrfabKjFZ6IcgU9vPrP..RD9LhKMkJQl8iAiSWWyj Oj3UqhE9qKE_KjT1uIpe.2DyjWgzXj2cI2a8PMCXFe5nSFoMYEJDg_Fcw5hV iPa2v4I9lfCmx6i4mNMPfqr0cZfarF3aqd9wC9OT5q.cAIEyvo1kaMvgmAz8 W6m6ptuUJANe46a2KfzLB4jXwayY9oXpt0uuEmvfUhzHr3A-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Subject: Re: resolvconf needs @RESTARTCMD@ to be replaced after r303062 To: Glen Barber References: <20160731023550.GF1532@FreeBSD.org> Cc: Guy Yur , freebsd-current From: Pedro Giffuni Message-ID: Date: Sat, 30 Jul 2016 21:46:55 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160731023550.GF1532@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Jul 2016 02:46:55 -0000 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.