freebsd-dev/usr.sbin/pkg_install
Robert Drehmel b61ee45f0e - Print out an error message instead of dereferencing a NULL pointer
if matchinstalled() found no packages, which happens to be the
   case after fresh installations.
 - Instead of using strstr(3) to match the package name, depend on
   matchinstalled()'s MATCH_REGEX package matching.

PR:		bin/50384
MFC after:	2 weeks
2003-04-04 14:40:49 +00:00
..
add Prevent buffer overflow in format_cmd() by properly tracking maximum 2003-01-06 07:39:02 +00:00
create english(4) police. 2002-12-27 12:15:40 +00:00
delete Fix a long-standing bug where if the package being deleted had no 2003-02-25 15:01:54 +00:00
info - Add the 'b' option which causes BLOCKSIZE to be hornored when 2003-03-25 01:22:42 +00:00
lib Don't pass NULL in as a flags argument to libfetch's fetchGetURL() 2003-03-27 20:44:09 +00:00
sign Initialize sign to NULL so that we don't attempt to free() it in case 2003-02-20 20:13:07 +00:00
version - Print out an error message instead of dereferencing a NULL pointer 2003-04-04 14:40:49 +00:00
Makefile Actually, the canonical way would be syntactically correct. 2003-01-09 12:04:21 +00:00
Makefile.inc Use some black make(1) magic to make pkg_install build even without 2002-02-27 19:03:15 +00:00
README
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! :-)