From owner-cvs-all@FreeBSD.ORG Sat Sep 27 20:23:23 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 426561065687; Sat, 27 Sep 2008 20:23:23 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 121448FC2E; Sat, 27 Sep 2008 20:23:22 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from Macintosh-4.local ([10.0.0.194]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m8RKNGZt002141 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 27 Sep 2008 13:23:16 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <48DE9633.4050607@freebsd.org> Date: Sat, 27 Sep 2008 13:23:15 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: Marius Strobl References: <200809212208.m8LM8wBB001671@repoman.freebsd.org> <20080924192747.GA66672@alchemy.franken.de> <48DA9EC3.80309@freebsd.org> <20080927201849.GH67442@alchemy.franken.de> In-Reply-To: <20080927201849.GH67442@alchemy.franken.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-DCC--Metrics: ebb.errno.com; whitelist 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:23:23 -0000 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? If someone hasn't committed the change I'll deal with it later. Sam