diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-02 14:49:55 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-02 14:49:55 +0000 |
commit | 093497a4295cc68675719595cf65dbd484b2b4bb (patch) | |
tree | 6b753e38d133f7a4ea2ac463e17ccdda41dd7ecd | |
parent | Compile with thread support, if libc_r exists and WITH_THREADS is set. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=6670
-rw-r--r-- | sysutils/lsof/Makefile | 11 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 1f8a47caa908..837004b57087 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -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 diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index abcf4f8913be..12e4a083320d 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.08_W.tar.gz) = 6d314e6bd748d8a03f5ea86bcfe80200 +MD5 (lsof_4.09_W.tar.gz) = 5a140df4a39a7da2869f310bee98642e |