Subject: install-if-change?
To: None <current-users@NetBSD.ORG>
From: VaX#n8 <vax@linkdead.paranoia.com>
List: current-users
Date: 07/06/1996 02:34:33
Has anyone written  a script like this that invokes the install
program only if the source contents != the target contents.

Does anyone think this would/wouldn't be a good patch to the install program?

I think this is a fairly common idiom and useful in both build environments,
as well as mtree/tripwire-style systems (the two environs I can think of
that really use mtimes).

I've written (well, stolen) "cp-if-change" and "mv-if-change" from some
GNU tools.  Trivial scripts, really, but they don't have the full
capabilities of their /bin counterparts (can't cp multiple files into
a dir, etc).