Searched +hist:1.69 +hist:10.2 (Results 1 - 3 of 3) sorted by relevance

/src/tools/compat/
H A Dconfigure1.69 Tue Feb 03 05:22:40 GMT 2009 dbj do not require sys/mtio.h for a tools build of pax
1.33 Mon Dec 16 00:35:00 GMT 2002 thorpej Include <sys/types.h> before <grp.h>; Mac OS 10.2.2 needs this.
1.32 Mon Dec 16 00:31:59 GMT 2002 thorpej Include <sys/types.h> before including <dirent.h>; Mac OS 10.2.2
needs this.
H A Dconfigure.ac1.69 Tue Feb 03 05:22:40 GMT 2009 dbj do not require sys/mtio.h for a tools build of pax
1.33 Mon Dec 16 00:35:00 GMT 2002 thorpej Include <sys/types.h> before <grp.h>; Mac OS 10.2.2 needs this.
1.32 Mon Dec 16 00:32:00 GMT 2002 thorpej Include <sys/types.h> before including <dirent.h>; Mac OS 10.2.2
needs this.
/src/usr.bin/xinstall/
H A Dxinstall.c1.114 Thu Nov 12 10:10:49 GMT 2009 tron Don't assume that "id_t", "gid_t" and "uid_t" use the same underlying type
and use the appropriate types instead. Tested under NetBSD 5.99.22
and Darwin 10.2.0.

This should fix one of the cross-builds under FreeBSD as reported by
Rhialto on the "current-users" mailing list.
1.69 Tue Mar 19 14:17:04 GMT 2002 lukem - 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.

Completed in 30 milliseconds