From owner-cvs-all@FreeBSD.ORG Mon Aug 14 13:02:39 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2540A16A508; Mon, 14 Aug 2006 13:02:39 +0000 (UTC) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (relay0.rambler.ru [81.19.66.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D4E843D5D; Mon, 14 Aug 2006 13:02:28 +0000 (GMT) (envelope-from ru@rambler-co.ru) Received: from relay0.rambler.ru (localhost [127.0.0.1]) by relay0.rambler.ru (Postfix) with ESMTP id 8BB965CF4; Mon, 14 Aug 2006 17:02:27 +0400 (MSD) Received: from edoofus.park.rambler.ru (unknown [81.19.65.108]) by relay0.rambler.ru (Postfix) with ESMTP id 67F1F5CD4; Mon, 14 Aug 2006 17:02:27 +0400 (MSD) Received: (from ru@localhost) by edoofus.park.rambler.ru (8.13.6/8.13.6) id k7ED2Xml061118; Mon, 14 Aug 2006 17:02:33 +0400 (MSD) (envelope-from ru) Date: Mon, 14 Aug 2006 17:02:33 +0400 From: Ruslan Ermilov To: Dmitry Pryanishnikov Message-ID: <20060814130233.GB60989@rambler-co.ru> References: <200608101942.k7AJgOrB051336@repoman.freebsd.org> <20060811235619.G93570@atlantis.atlantis.dp.ua> <20060811220244.GC5237@rambler-co.ru> <20060811223642.GA21117@xor.obsecurity.org> <20060812005213.384b744b@Magellan.Leidinger.net> <20060812084253.GA8597@rambler-co.ru> <20060812123531.GA36569@xor.obsecurity.org> <20060813185551.GA15783@rambler-co.ru> <864pwfwpnm.fsf@xps.des.no> <20060814153428.G28464@atlantis.atlantis.dp.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7iMSBzlTiPOCCT2k" Content-Disposition: inline In-Reply-To: <20060814153428.G28464@atlantis.atlantis.dp.ua> User-Agent: Mutt/1.5.12-2006-07-14 X-Virus-Scanned: No virus found Cc: src-committers@freebsd.org, Alexander Leidinger , cvs-src@freebsd.org, cvs-all@freebsd.org, Kris Kennaway , Dag-Erling Sm?rgrav Subject: Re: cvs commit: src ObsoleteFiles.inc 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: Mon, 14 Aug 2006 13:02:39 -0000 --7iMSBzlTiPOCCT2k Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 14, 2006 at 03:38:43PM +0300, Dmitry Pryanishnikov wrote: >=20 > Hello! >=20 > On Mon, 14 Aug 2006, Dag-Erling Sm?rgrav wrote: > >BTW, if you just need to ensure that a file exists, a safe alternative > >to 'touch ${FILE}' is ':>>${FILE}'. Makefiles in src/sys/modules > >which use touch should probably be updated to use this instead. >=20 > It doesn't change the file's last modification time for me using /bin/sh: >=20 > # uname -r > 6.1-RELEASE > # ls -l aaa > -rw-r--r-- 1 root wheel 512 Jul 18 17:00 aaa > # :>>aaa > # ls -l aaa > -rw-r--r-- 1 root wheel 512 Jul 18 17:00 aaa > # date > Mon Aug 14 15:35:23 EEST 2006 >=20 > So ':>>${FILE}' isn't the same as 'touch ${FILE}' for existing files. >=20 Right, I backed the changes out. Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --7iMSBzlTiPOCCT2k Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFE4HRpqRfpzJluFF4RAmJ/AJ4+mtm+WeJ1b/Kk2uAIV7dvsb2j1ACeJR2z 7VooafqNHNLTfG51VAnGgvs= =Yx0M -----END PGP SIGNATURE----- --7iMSBzlTiPOCCT2k--