summaryrefslogtreecommitdiff
path: root/sysutils/bsdinstall/files
AgeCommit message (Collapse)AuthorFilesLines
2015-11-18Pull in grp.h and pwd.h from libnbcompat, fixes implicit declaration ofjperkin1-13/+9
gid_from_group and uid_from_user on Darwin. Fix (lightly modified by myself) submitted by Aleksej Lebedev in PR#50440.
2013-09-05bsdinstall-20130905: Install pre-generated catman page where necessary.jperkin1-0/+158
This is a bootstrap package, we cannot rely on a BSD-compatible nroff being available at bootstrap time, so add a pre-generated version.
2013-09-03Portability fixes.jperkin1-4/+18
2013-08-30Don't try to create weak symbols as the renaming isn't done.joerg1-1/+3
2013-08-28Add bsdinstall-20130828 to pkgsrc.jperkin4-0/+2154
This is a portable version of NetBSD's install(1) program, and is intended to be used as a replacement for the install-sh script on platforms which do not have a native BSD install program. The install-sh script does not support file names with spaces, and this version should be more robust. This portable version does not include mtree, futimes and chflags support. Tested in a full SmartOS bulk build with no apparent issues.