diff options
author | atatat <atatat> | 2002-06-26 20:11:29 +0000 |
---|---|---|
committer | atatat <atatat> | 2002-06-26 20:11:29 +0000 |
commit | a2b977a3bbf1e09fd461ecdf9dd419ce1dfb20a9 (patch) | |
tree | f0d8ba39d5f995edf4731f689d5c0e121fa21bc2 /sysutils/lsof | |
parent | 2c49841e5d0f7aeea6de5c9b926891c36d1e9afe (diff) | |
download | pkgsrc-a2b977a3bbf1e09fd461ecdf9dd419ce1dfb20a9.tar.gz |
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).
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 8 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index b55ab175647..1e4a313cec6 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2002/05/29 14:33:35 yyamano Exp $ +# $NetBSD: Makefile,v 1.55 2002/06/26 20:11:29 atatat Exp $ # -DISTNAME= lsof_4.63 -PKGNAME= lsof-4.63 +DISTNAME= lsof_4.64 +PKGNAME= ${DISTNAME:S/_/-/} TMPWRK= ${WRKDIR}/${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME} CATEGORIES= sysutils @@ -13,7 +13,7 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp0.sunet.se/pub/unix/admin/lsof/ -MAINTAINER= wiz@netbsd.org +MAINTAINER= atatat@netbsd.org HOMEPAGE= http://www-rcd.cc.purdue.edu/~abe/ COMMENT= Lists information about open files diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 3238098b7bc..7f9bdc5a76b 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2002/04/24 17:48:29 atatat Exp $ +$NetBSD: distinfo,v 1.16 2002/06/26 20:11:29 atatat Exp $ -SHA1 (lsof_4.63.tar.gz) = e3c07efff13cb4cb014eb9fe0e1a9ea1d79d3c08 -Size (lsof_4.63.tar.gz) = 930802 bytes +SHA1 (lsof_4.64.tar.gz) = eacd1d259d136b27f284928574529da0e35fe6b9 +Size (lsof_4.64.tar.gz) = 942463 bytes SHA1 (patch-aa) = 1946122860ad68f1c5e07f6ae82a147eb51e01c5 |