From owner-cvs-src@FreeBSD.ORG Sat Dec 13 09:47:00 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF52D16A4CE; Sat, 13 Dec 2003 09:46:59 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4475143D99; Sat, 13 Dec 2003 09:45:35 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.24; FreeBSD) id 1AVDpd-0005kB-4d; Sat, 13 Dec 2003 19:45:33 +0200 Date: Sat, 13 Dec 2003 19:45:33 +0200 From: Sheldon Hearn To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20031213174533.GG13737@starjuice.net> Mail-Followup-To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200312131605.hBDG5Yj2044761@repoman.freebsd.org> <20031213162942.GF13737@starjuice.net> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2003 17:47:00 -0000 On (2003/12/13 17:42), Dag-Erling Smørgrav wrote: > > Interesting; mergemaster is a shell script. Do you know which utilities > > that mergemaster uses are perl scripts? > > It uses Perl directly to compute the numeric mode of a file. The > version in -CURRENT uses a combination of stat(1), bc(1) and shell > arithmetic which causes a syntax error in 4.x. Ah, I was looking at the -CURRENT version. Cool, thanks. Ciao. Sheldon.