Subject: CVS commit: basesrc/usr.bin/xinstall
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 03/19/2002 16:17:05
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Mar 19 14:17:05 UTC 2002

Modified Files:
	basesrc/usr.bin/xinstall: install.1 xinstall.c

Log Message:
- Add "-a afterinstallcommand", which runs "sh -c afterinstallcmd target"
  after target has been installed and possibly stripped with -s, but
  before ownership, permissions or timestamps are set, and before
  renaming (with -r) occurs.  Per discussion with simonb.
- When metalogging hardlinks, log the mode of the existing target
  (rather than the default 0755), and ignore owner/group/fflags.
- Improve man page description of various options to include argument name.
- Clean up usage() to use getprogname(), etc.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 basesrc/usr.bin/xinstall/install.1
cvs rdiff -r1.68 -r1.69 basesrc/usr.bin/xinstall/xinstall.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.