From owner-freebsd-ports Wed Feb 24 17:34:25 1999 Delivered-To: freebsd-ports@freebsd.org Received: from dfw-ix16.ix.netcom.com (dfw-ix16.ix.netcom.com [206.214.98.16]) by hub.freebsd.org (Postfix) with ESMTP id B95AC14CA6 for ; Wed, 24 Feb 1999 17:33:47 -0800 (PST) (envelope-from asami@stampede.cs.berkeley.edu) Received: (from smap@localhost) by dfw-ix16.ix.netcom.com (8.8.4/8.8.4) id TAA25677; Wed, 24 Feb 1999 19:32:54 -0600 (CST) Received: from sji-ca44-119.ix.netcom.com(209.111.212.247) by dfw-ix16.ix.netcom.com via smap (V1.3) id rma025652; Wed Feb 24 19:32:31 1999 Received: (from asami@localhost) by silvia.hip.berkeley.edu (8.9.2/8.6.9) id RAA36051; Wed, 24 Feb 1999 17:32:26 -0800 (PST) Date: Wed, 24 Feb 1999 17:32:26 -0800 (PST) Message-Id: <199902250132.RAA36051@silvia.hip.berkeley.edu> To: chuckr@mat.net Cc: mharo@area51.fremont.ca.us, freebsd-ports@FreeBSD.ORG In-reply-to: (message from Chuck Robey on Wed, 24 Feb 1999 19:32:24 -0500 (EST)) Subject: Re: PLIST verification script? From: asami@FreeBSD.ORG (Satoshi Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org * From: Chuck Robey * overwrite an existing file, which your script wouldn't catch. I have * the idea of storing date/times of every file in the system in order to * catch this. It would work, but it kinda offends my sense of style, to You can just do a "touch" right before installation and then do a "find -newer". Of course that won't find stuff that are tar'ed out directly. Satoshi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message