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 | |
parent | 5d3dfcde15f9a67914bf522d0b9525becf34af23 (diff) | |
download | freebsd-ports-gnome-c6fabb9b1fd5e493966149b0fc9d5818fa7988ec.tar.gz freebsd-ports-gnome-c6fabb9b1fd5e493966149b0fc9d5818fa7988ec.tar.zst freebsd-ports-gnome-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')
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 99d1ac8da1a0..e9a5b50d9f20 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/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index aff65e77bfbf..f7ac8d0e584e 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1 +1 @@ -MD5 (lsof_4.43_W.tar.gz) = 4d5263b853c882a33f626be0a47c937d +MD5 (lsof_4.44_W.tar.gz) = 1c59e64f60421b18e28bb2c11ad84255 |