Subject: CVS commit: pkgsrc/sysutils/lsof
To: None <pkgsrc-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 06/26/2002 23:11:31
Module Name:	pkgsrc
Committed By:	atatat
Date:		Wed Jun 26 20:11:30 UTC 2002

Modified Files:
	pkgsrc/sysutils/lsof: Makefile distinfo

Log Message:
Upgrade lsof pkg to 4.64.  Notable changes from 00DIST are:

4.64            June 26, 2002
                ...
                Updated lsof's main() function to: 1) close all
                open file descriptors above 2 before starting; and
                2) to set a non-interfering umask.  Moved GET_MAX_FD
                test from misc.c to proto.h, so that main() could
                use it.  Added multiple-include protection to
                proto.h.
                ...
                At the suggestion of Manuel Bouyer <bouyer@antioche.eu.org>
                switched NetBSD and OpenBSD lsof from using nlist()
                to using kvm_nlist().  Made the same change for
                BSDI, Darwin, and FreeBSD.
                ...
                Added nullfs support for FreeBSD, NetBSD, and OpenBSD
                at the request of Andrew Brown <atatat@atatdot.net>.
                ...
                Modified all readmnt() functions to ignore mounted-on
                directory names that don't begin with '/'.
                ...
                Tested on NetBSD 1.6A and OpenBSD 3.1.

Also...make myself the maintainer since I keep updating this pkg (hi wiz).


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 pkgsrc/sysutils/lsof/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/sysutils/lsof/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.