Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/usr.bin/xinstall



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.




Home | Main Index | Thread Index | Old Index