freebsd-dev/usr.sbin/pkg_install
sobomax 8e44a1b543 Fix a bug where pkg_create does not make an md5 entry for the last item in
the packing list. Also use switch() instead of zillion "else if ()" and for()
loop instead of while() loop for traversing through linked list.

MFC candidate.

Submitted by:	Alec Wolman <wolman@cs.washington.edu>
2001-01-12 11:36:12 +00:00
..
add Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
create Fix a bug where pkg_create does not make an md5 entry for the last item in 2001-01-12 11:36:12 +00:00
delete Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
info Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
lib Add `_PATH_DEVZERO'. 2000-12-09 09:35:55 +00:00
update Change open modes from ">$file" to "> $file" because it's much safer should 2000-12-30 00:14:01 +00:00
version Prepare for mdoc(7)NG. 2000-12-27 15:30:30 +00:00
Makefile Add pkg_update, which can replace currently installed ports with new versions 2000-12-28 18:47:23 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
README Second round: 1995-04-22 13:58:24 +00:00
tkpkg Remove some $Log$ debris 1999-08-29 15:54:49 +00:00

This is the pkg_install suite of tools for doing maintainance 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! :-)