From c3db2e46f9edf39a3c4ee44e5cd0769baea66aae Mon Sep 17 00:00:00 2001 From: atatat Date: Wed, 26 Jun 2002 20:11:29 +0000 Subject: 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 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 . ... 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). --- sysutils/lsof/Makefile | 8 ++++---- sysutils/lsof/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'sysutils/lsof') 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 -- cgit v1.2.3