Upgrade to version 4.09. This one works for -CURRENT.
Note from Vic: There is a June 1 change to /usr/src/sys/sys/proc.h that lengthens the proc structure. If you have updated your kernel sources, but haven't built and installed a new kernel yet, then lsof report the open files belonging to exactly one process, usually its own child process. So, you'll either need to check out the previous copy of proc.h. Or install that new kernel.
This commit is contained in:
parent
4325223d81
commit
093497a429
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6670
@ -3,11 +3,11 @@
|
||||
# Date created: Sat July 20, 1996
|
||||
# Whom: David O'Brien (obrien@FreeBSD.org)
|
||||
#
|
||||
# $Id: Makefile,v 1.11 1997/05/25 01:01:20 obrien Exp $
|
||||
# $Id: Makefile,v 1.12 1997/05/26 10:28:04 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lsof_4.08_W
|
||||
PKGNAME= lsof-4.08
|
||||
DISTNAME= lsof_4.09_W
|
||||
PKGNAME= lsof-4.09
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||
ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \
|
||||
@ -17,11 +17,6 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \
|
||||
|
||||
MAINTAINER= obrien@NUXI.com
|
||||
|
||||
OSVERSION!= sysctl -n kern.osreldate
|
||||
.if ${OSVERSION} >= 300000
|
||||
BROKEN= "outdated WRT -CURRENT's headers"
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${SRCBALL_NAME}
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lsof_4.08_W.tar.gz) = 6d314e6bd748d8a03f5ea86bcfe80200
|
||||
MD5 (lsof_4.09_W.tar.gz) = 5a140df4a39a7da2869f310bee98642e
|
||||
|
Loading…
Reference in New Issue
Block a user