1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/Tools
Kris Kennaway ccb8be3838 * Instead of using umount -f to unmount things, first use fstat to
look for processes holding open references within the FS and kill
them, then use regular umount.  This is necessary now that devfs
cannot be force-unmounted, and has the benefit that processes can't
hang around holding references to files between port builds.

* Reduce possibility for error by testing for presence of executable
ldconfig inside the chroot before attempting to run it (e.g. it may not
be there if the chroot was not completely initialized)
2005-02-12 03:38:08 +00:00
..
portbuild * Instead of using umount -f to unmount things, first use fstat to 2005-02-12 03:38:08 +00:00
scripts Document the check-latest-link and tindex scripts 2005-01-24 07:22:38 +00:00
make_index Remove traling spaces. 2005-01-09 10:21:17 +00:00
make_readmes * Fix INDEX build if MAINTAINER is not defined. [1] 2004-11-19 13:45:07 +00:00