diff options
author | Marco S Hyman <marc@cvs.openbsd.org> | 2000-05-16 16:08:36 +0000 |
---|---|---|
committer | Marco S Hyman <marc@cvs.openbsd.org> | 2000-05-16 16:08:36 +0000 |
commit | a765d6ea88c9fd082585d6c35d7f8cdac9e58c87 (patch) | |
tree | 04b699cb43767894d6c342fce871ca9ee0b280a7 /usr.sbin/pkg_install | |
parent | c53ae3a15c1835421c41f48fa496518609dcce8f (diff) |
add credits
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r-- | usr.sbin/pkg_install/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/README b/usr.sbin/pkg_install/README index e6d49ccba3c..d5323a8fe5c 100644 --- a/usr.sbin/pkg_install/README +++ b/usr.sbin/pkg_install/README @@ -1,7 +1,7 @@ -# $OpenBSD: README,v 1.2 1998/09/07 22:30:12 marc Exp $ +# $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 maintainance of +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. @@ -9,3 +9,9 @@ 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. |