From owner-freebsd-questions@FreeBSD.ORG Wed Jul 14 15:47:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A4D716A4CE for ; Wed, 14 Jul 2004 15:47:42 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.253]) by mx1.FreeBSD.org (Postfix) with SMTP id 17C8943D2F for ; Wed, 14 Jul 2004 15:47:23 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by mproxy.gmail.com with SMTP id r65so495718cwc for ; Wed, 14 Jul 2004 08:47:19 -0700 (PDT) Received: by 10.11.119.24 with SMTP id r24mr423421cwc; Wed, 14 Jul 2004 08:47:19 -0700 (PDT) Message-ID: <5ef8c2f00407140847278e1b1e@mail.gmail.com> Date: Wed, 14 Jul 2004 12:47:19 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula?= To: freebsd-questions@freebsd.org In-Reply-To: <20040714114353.2cba9829.wmoran@potentialtech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <5ef8c2f004071408383343816a@mail.gmail.com> <20040714114353.2cba9829.wmoran@potentialtech.com> Subject: Re: Where to post a patch for review? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jul 2004 15:47:42 -0000 On Wed, 14 Jul 2004 11:43:53 -0400, Bill Moran w= rote: >=20 >=20 > Jos=E9 de Paula wrote: >=20 > > What is the right list to post a patch I made against contrib/nvi for > > review? I know it isn't freebsd-ports, because nvi isn't a port; > > perhaps -hackers or -current? Thanks. >=20 > -hackers would definately be appropriate. If you made the patch against > -CURRENT, then the current list would probably be interested as well. >=20 > If the patch is small, you can probably include it in the email, but if > it's large, definately put it on a www site somewhere and post a link. >=20 The patch is small (about 150 lines), it adds modelines support to nvi. I'll post it to -hackers. Thank you.