add static bin/sh and bin/csh
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Somehow it needs to be documented that using pkg(8) in a native-xtools-built chroot/jail must set ABI_FILE=/usr/bin/file (example) to avoid it reading /bin/sh.
Comment Actions
That appears to be the default shell for root. I made the assumption that sh and csh should be converted to static amd64 binaries to ensure that I "catch them all" POKEMON style.
Comment Actions
Add /sbin/md5 and friends to the list of binaries. These are called frequently during the builds
and emulating the math of the sums is expensive.
Updating D1146: Add /bin/sh and /bin/csh to native-xtools target. This speeds up test builds
of ports-mgmt/pkg from 550s to 350s
Comment Actions
Forgot to add a mkdir for /sbin
Updating D1146: Add /bin/sh and /bin/csh to native-xtools target. This speeds up test builds
of ports-mgmt/pkg from 550s to 350s
Comment Actions
I'm good with these. Still don't think /bin/csh is used, since that's just an interactive shell for root, but it's inclusion is small enough to not be a big deal...