From owner-freebsd-stable@FreeBSD.ORG Fri Mar 18 18:03:12 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 300D516A4CE for ; Fri, 18 Mar 2005 18:03:12 +0000 (GMT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD8C443D39 for ; Fri, 18 Mar 2005 18:03:11 +0000 (GMT) (envelope-from imbutler@comcast.net) Received: from auburn.comcast.net (h000086489e8c.ne.client2.attbi.com[24.218.148.177]) by comcast.net (rwcrmhc11) with ESMTP id <2005031818030901300eisnje>; Fri, 18 Mar 2005 18:03:09 +0000 Received: from localhost (unknown [127.0.0.1]) by auburn.comcast.net (Postfix) with ESMTP id 96C0217069 for ; Fri, 18 Mar 2005 13:03:08 -0500 (EST) Received: from auburn.comcast.net ([127.0.0.1]) by localhost (auburn.comcast.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 62910-09 for ; Fri, 18 Mar 2005 13:02:58 -0500 (EST) Received: from [127.0.0.1] (localhost.comcast.net [127.0.0.1]) by auburn.comcast.net (Postfix) with ESMTP for ; Fri, 18 Mar 2005 13:02:58 -0500 (EST) Message-ID: <423B17D1.4010606@comcast.net> Date: Fri, 18 Mar 2005 13:02:57 -0500 From: Michael Butler User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: at auburn.comcast.net Subject: Building snapshot CDs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 18:03:12 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 When I tried to build a local snapshot from a fresh cvsup today, it failed with "touch not found", so I patched /usr/src/Makefile.inc1 as follows: *** Makefile.inc1~ Wed Mar 2 08:22:57 2005 - --- Makefile.inc1 Fri Mar 18 12:11:15 2005 *************** *** 558,564 **** ~ for prog in [ awk cap_mkdb cat chflags chmod chown \ ~ date echo egrep find grep \ ~ ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ ! test true uname wc zic; do \ ~ cp `which $$prog` ${INSTALLTMP}; \ ~ done ~ ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//} - --- 558,564 ---- ~ for prog in [ awk cap_mkdb cat chflags chmod chown \ ~ date echo egrep find grep \ ~ ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl \ ! test touch true uname wc zic; do \ ~ cp `which $$prog` ${INSTALLTMP}; \ ~ done ~ ${_+_}cd ${.CURDIR}; ${IMAKE} re${.TARGET:S/world$//} Did I miss something? Michael Butler CISSP Security Consultant PGP Key ID: 0x5E873CC5 Fingerprint: 2CFF 581F D192 F885 7ED9 3C44 889C A479 5E87 3CC5 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) iD8DBQFCOxfRiJykeV6HPMURAluuAKCgX4qkRNhItlQU4cfYOsGmY9fRFQCgqaC8 T5Ou1IUqDRJ3I9tdARitw7Q= =EndD -----END PGP SIGNATURE-----