From owner-svn-ports-all@freebsd.org Thu Apr 20 22:10:13 2017 Return-Path: Delivered-To: svn-ports-all@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 71457D48B7B; Thu, 20 Apr 2017 22:10:13 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8AA1A13; Thu, 20 Apr 2017 22:10:12 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 95756BDCAD; Fri, 21 Apr 2017 00:10:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=plouf; bh=/w8VpsGXJPL IYfuRQ41TNOK+F3Q=; b=fHOOaWCgLltHjZeeB4hltJ2eDdxTL/rsJgsqfcmF/C5 EWMZ3j3v71eNNu2NfynVW9T2yztDxZR42TRdlqkzpA1X9CcRRp6Bc9shBXj59tXu SPHhmJB5kw/OtBlGAO8FhjurBW9DlnOfpJEzS+XROvvLmhaYOC1BazTo8oGrdq6o = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 74C4BBDCAC; Fri, 21 Apr 2017 00:10:10 +0200 (CEST) Subject: Re: svn commit: r438983 - head/lang/go To: Julien Laffaye , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201704201659.v3KGxA4q094285@repo.freebsd.org> From: Mathieu Arnold Message-ID: Date: Fri, 21 Apr 2017 00:10:09 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.0.1 MIME-Version: 1.0 In-Reply-To: <201704201659.v3KGxA4q094285@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: fr Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Apr 2017 22:10:13 -0000 Le 20/04/2017 =C3=A0 18:59, Julien Laffaye a =C3=A9crit : > +rc_OLD_CMD=3D /bin/rc > +rc_CMD=3D ${LOCALBASE}/bin/rc What port provides this bin/rc ? I cannot find it anywhere. --=20 Mathieu Arnold