1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/pkg_install
millert 2f80013f50 Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses
mode 0700 which is better.  From Yozo TODA based on a FreeBSD advisory.
2002-02-18 00:18:07 +00:00
..
add Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 2002-02-16 21:27:05 +00:00
create Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 2002-02-16 21:27:05 +00:00
delete Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 2002-02-16 21:27:05 +00:00
info Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. 2002-02-16 21:27:05 +00:00
lib Don't chmod 0755 the directory we just mkdtemp()'d. mkdtemp() uses 2002-02-18 00:18:07 +00:00
sign Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) 2002-02-17 19:42:18 +00:00
Makefile Back out pkg_version. espie has better plans. 2001-05-22 08:18:36 +00:00
Makefile.inc $OpenBSD$ 1997-09-21 11:34:32 +00:00
README add credits 2000-05-16 16:08:35 +00:00
tkpkg tweak for working with wish8.3 2001-02-27 17:59:48 +00:00

# $OpenBSD: README,v 1.3 2000/05/16 16:08:35 marc Exp $
# (Original from FreeBSD)

This is the pkg_install suite of tools for doing maintenance of
software "packages".  More documentation is available in the man pages
for each individual command.

This code was written by Jordan Hubbard for FreeBSD, snatched and
mildly reshaped by John Kohl in NetBSD and the changes taken back into
FreeBSD again by Jordan, who then proceeded to add another couple
of dozen features on top.  Whee! :-)

In another round of enhancements, NetBSD changes were added by
Alistair Crooks, Hubert Feyrer and Thorsten Frueauf.   These changes
were incorporated into this version of the pkg tools in October, 1998.

Marc Espie has made further changes/improvements since then.