diff options
author | obrien <obrien@FreeBSD.org> | 1999-06-26 09:06:46 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-06-26 09:06:46 +0800 |
commit | c6fabb9b1fd5e493966149b0fc9d5818fa7988ec (patch) | |
tree | 59320e30da510b8b67f3194c84090b7ebbf551e2 /sysutils/lsof/Makefile | |
parent | 5d3dfcde15f9a67914bf522d0b9525becf34af23 (diff) | |
download | freebsd-ports-graphics-c6fabb9b1fd5e493966149b0fc9d5818fa7988ec.tar.gz freebsd-ports-graphics-c6fabb9b1fd5e493966149b0fc9d5818fa7988ec.tar.zst freebsd-ports-graphics-c6fabb9b1fd5e493966149b0fc9d5818fa7988ec.zip |
Upgrade to LSOF v4.44.
* Corrected output ordering of parent PID and process group ID when both
-R and -g are specified.
* Changed NODE-ADDR column title to NODE-ID in anticipation of using more
general identification information in the column.
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 99d1ac8da1a..e9a5b50d9f2 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -4,11 +4,11 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.41 1999/03/30 21:51:42 obrien Exp $ +# $Id: Makefile,v 1.42 1999/05/20 08:32:34 obrien Exp $ # -DISTNAME= lsof_4.43_W -PKGNAME= lsof-4.43 +DISTNAME= lsof_4.44_W +PKGNAME= lsof-4.44 CATEGORIES= sysutils MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/NEW/ \ |