]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add several new features, reorder some code, and continue with the
authordougb <dougb@FreeBSD.org>
Mon, 30 Oct 2000 10:33:51 +0000 (10:33 +0000)
committerdougb <dougb@FreeBSD.org>
Mon, 30 Oct 2000 10:33:51 +0000 (10:33 +0000)
commitdc9158e1bf09ccf0ad7e149dd7f38fff893c7d64
treeac453c5d641aae18b53035e1c2e3f8eb1412719c
parent516660c1617cf1e738805023192d697504b43815
Add several new features, reorder some code, and continue with the
process of making the script more cross platform friendly.

* Add -i option to automatically install files that do not exist
  on the system already.
* Add the ability to specify DESTDIR.
* Allow the user to specify scripts to run right before the
  comparison starts, and when mm is done. This will
  allow the user to specify customized local behavior, and
  implement features such as automatically deleting files.
* Document the above changes in the man page.
* Switch to using 'ident' for the CVS Id comparison, which
  should help with portability, and makes it faster.
* Reorder, and in one case fix some code by doing things in
  ways that make more sense.
* Check to see if the file exists on the system before doing
  the comparisons. This saves CPU cycles, and streamlines
  the auto-install process.

I used bits and pieces of suggestions and patches from various
people, ultimately too numerous to name. Which is not to say
that they were not both appreciated, and helpful in achieving
the ultimate result.
usr.sbin/mergemaster/mergemaster.8
usr.sbin/mergemaster/mergemaster.sh