diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-06-25 02:41:14 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-06-25 02:41:14 +0000 |
commit | 7d3d727c03fc221f151f915a9d2186470063b72b (patch) | |
tree | 0d05d8b82bbd1500368f104a1d155d8a256853fe /sysutils/lsof/Makefile | |
parent | 06ed7dc97732293fb43288dde7020628d4cfcebf (diff) | |
download | pkgsrc-7d3d727c03fc221f151f915a9d2186470063b72b.tar.gz |
Update to V4.44. Changes:
Corrects SunOS 4.1.x HSFS and segmentation fault problems; improves
handling of UNIX PCB addresses in the /proc-based Linux lsof;
corrects PPID and PGRP output ordering conflict; enhanced some
library modules so more dialect versions could use them; adds raw
socket support for /proc-based Linux lsof; adds support for UnixWare
7.1; made NetBSD 1.4C updates; makes minor adjustment for latest
Tru64 UNIX 5.0 Beta release.
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index d266285ea0f..8340ec6d69d 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 1999/06/02 16:14:53 christos Exp $ +# $NetBSD: Makefile,v 1.20 1999/06/25 02:41:14 hubertf Exp $ # FreeBSD Id: Makefile,v 1.19 1998/03/08 06:44:48 obrien Exp # -DISTNAME= lsof_4.43_W -PKGNAME= lsof-4.43 +DISTNAME= lsof_4.44_W +PKGNAME= lsof-4.44 WRKSRC= ${WRKDIR}/${SRCBALL_NAME} CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ |