Searched hist:216575 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.shdiff 216575 Sun Dec 19 21:16:49 MST 2010 simon Add --numeric-owner to tar extract operations in portsnap.

This is done to speed up extraction significantly (both for portsnap
extract and update) in the case of slow NSS modules (like nss_ldap) as
it avoids having to look up uid and gid for root / wheel.

The reason this is a bigger problem for portsnap than for many other
system operations, is that portsnap executes tar(1) once for each port
so the internal uid/gid caching in tar(1) only helps a bit, resulting
in many user lookup calls.

Discussed with: cperciva

Completed in 53 milliseconds