Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Sep 2008 13:23:15 -0700
From:      Sam Leffler <sam@freebsd.org>
To:        Marius Strobl <marius@alchemy.franken.de>
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 ...
Message-ID:  <48DE9633.4050607@freebsd.org>
In-Reply-To: <20080927201849.GH67442@alchemy.franken.de>
References:  <200809212208.m8LM8wBB001671@repoman.freebsd.org> <20080924192747.GA66672@alchemy.franken.de> <48DA9EC3.80309@freebsd.org> <20080927201849.GH67442@alchemy.franken.de>

index | next in thread | previous in thread | raw e-mail

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



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48DE9633.4050607>