freebsd-src/usr.sbin/pkg_install
David E. O'Brien e0908a9f34 Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a
directory is not considered a directory.  I have a feeling all the other
stat(2) calls should instead be lstat(2) calls, but I have not suffiently
determined that the current behavior [especially in isfile()] isn't
depended upon by someone.

Ok'ed by:	JKH
2000-02-08 06:36:08 +00:00
..
add Redirect stdout from mtree to /dev/null; we don't really need to know 2000-01-03 22:59:27 +00:00
create Grammar fix: `Different than'' should be `different from''. 2000-01-29 22:20:19 +00:00
delete Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault. 2000-01-18 01:45:54 +00:00
info Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault. 2000-01-18 01:45:54 +00:00
lib Use lstat(2) rather than stat(2) in isdir(), so that a symlink to a 2000-02-08 06:36:08 +00:00
version Only pkg_delete the old package if the new one builds properly. 1999-12-06 03:19:16 +00:00
Makefile Welcome pkg_version into the FreeBSD source tree. 1999-11-26 20:31:58 +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! :-)