From owner-cvs-all@FreeBSD.ORG Sat Sep 27 20:37:03 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE380106564A; Sat, 27 Sep 2008 20:37:03 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 54D158FC12; Sat, 27 Sep 2008 20:37:03 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id m8RKb2G1051820; Sat, 27 Sep 2008 22:37:02 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id m8RKb2gr051819; Sat, 27 Sep 2008 22:37:02 +0200 (CEST) (envelope-from marius) Date: Sat, 27 Sep 2008 22:37:02 +0200 From: Marius Strobl To: Sam Leffler Message-ID: <20080927203701.GI67442@alchemy.franken.de> References: <200809212208.m8LM8wBB001671@repoman.freebsd.org> <20080924192747.GA66672@alchemy.franken.de> <48DA9EC3.80309@freebsd.org> <20080927201849.GH67442@alchemy.franken.de> <48DE9633.4050607@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48DE9633.4050607@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc Makefile src/etc/periodic/daily Makefile src/etc/periodic/monthly Makefile src/etc/periodic/security Makefile src/etc/periodic/weekly Makefile src/gnu/usr.bin Makefile src/lib Makefile src/libexec Makefile src/sbin Makefile src/share ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2008 20:37:03 -0000 On Sat, Sep 27, 2008 at 01:23:15PM -0700, Sam Leffler wrote: > Marius Strobl wrote: > > There's a typo in r183242 which causes jexec to be also skipped: > > > > --- head/usr.sbin/Makefile 2008/09/19 19:20:05 183195 > > +++ head/usr.sbin/Makefile 2008/09/21 22:02:26 183242 > > <...> > > +.if ${MK_JAIL} != "no" > > +_jail= jail > > +_jexect= jexec > > +_jls= jls > > +.endif > > > > Marius > > > > > > Isn't it easier to just fix it than send mail pointing out the typo? Technically yes but a) I think it would be impolite to not give someone the change to fix her/his bug her/himself and b) I'd like to make sure you're aware of it so chances are higher you'll MFC the fixed version in the first place. Marius