diff options
author | 2006-11-02 09:58:09 +0000 | |
---|---|---|
committer | 2006-11-02 09:58:09 +0000 | |
commit | 10383d5fea752571c6c6d55a6d8005c983eefe6c (patch) | |
tree | ccf0bd6c2267b6b2843e053e52aa8b39437426cb | |
parent | Document the new package repository structure, mark BIN_PACKAGES as obsolete, (diff) | |
download | wireguard-openbsd-10383d5fea752571c6c6d55a6d8005c983eefe6c.tar.xz wireguard-openbsd-10383d5fea752571c6c6d55a6d8005c983eefe6c.zip |
say goodbye to BIN_PACKAGES
-rw-r--r-- | share/man/man7/ports.7 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index e20f91c4666..34dd74f5950 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.60 2006/11/01 18:48:09 jmc Exp $ +.\" $OpenBSD: ports.7,v 1.61 2006/11/02 09:58:09 espie Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" .Dd January 25, 1998 @@ -383,8 +383,7 @@ and everything built on top of it, build and install new packages. The ports tree contains some mechanisms to save space when building large collections of packages. If -.Ev BIN_PACKAGES , -.Ev TRUST_PACKAGES , +.Ev TRUST_PACKAGES and .Ev BULK are set to @@ -394,7 +393,7 @@ directories on the fly. .Pp Some important caveats apply: the packages already built in the package repository are assumed to be -up-to-date (BIN_PACKAGES), the database of installed packages is assumed +up-to-date, the database of installed packages is assumed to be accurate (TRUST_PACKAGES), and the bulk cookies are assumed to be up-to-date (BULK). .Pp |