summaryrefslogtreecommitdiff
path: root/sysutils/lsof/Makefile
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2002-06-26 20:11:29 +0000
committeratatat <atatat@pkgsrc.org>2002-06-26 20:11:29 +0000
commitc3db2e46f9edf39a3c4ee44e5cd0769baea66aae (patch)
treef0d8ba39d5f995edf4731f689d5c0e121fa21bc2 /sysutils/lsof/Makefile
parent5ed7c9ab4054a603027accc5ac0f7110f60fe87f (diff)
downloadpkgsrc-c3db2e46f9edf39a3c4ee44e5cd0769baea66aae.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/Makefile')
-rw-r--r--sysutils/lsof/Makefile8
1 files changed, 4 insertions, 4 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