summaryrefslogtreecommitdiff
path: root/sysutils/lsof/DESCR
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2003-08-13 13:24:15 +0000
committeratatat <atatat@pkgsrc.org>2003-08-13 13:24:15 +0000
commit8a3a940f431a475f41fcc9f4eb39d1132fa78b1c (patch)
treecbec2a4afa75412a2d1e83131bc70fabc9836c0b /sysutils/lsof/DESCR
parent336291fccd0b21a9961223d9f5fb712b5f6b72a2 (diff)
downloadpkgsrc-8a3a940f431a475f41fcc9f4eb39d1132fa78b1c.tar.gz
A patch (courtesy of the lsof maintainer) to make lsof build again on
NetBSD-current, where the structure of the vnode has been altered. This patch will, as usual, be obsoleted by the next lsof release. PKGREVISION bumped accordingly. Install the lsof.8 man page in man8 instead of installing the preformatted copy in man1 (doing so used to slide by, by new groff really doesn't like formatting preformatted man pages, and besides, it was in the wrong place). Since the only thing left untouched was the DESCR file, I also added mention of kqueues as something lsof might note, meaning that this patch touches every file in the pkg.
Diffstat (limited to 'sysutils/lsof/DESCR')
-rw-r--r--sysutils/lsof/DESCR2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/DESCR b/sysutils/lsof/DESCR
index a81b7178b45..e80cf20f6e5 100644
--- a/sysutils/lsof/DESCR
+++ b/sysutils/lsof/DESCR
@@ -2,4 +2,4 @@ Lsof (LiSt Open Files) lists information about files that are open by the
running processes. An open file may be a regular file, a directory, a block
special file, a character special file, an executing text reference, a
library, a stream or a network file (Internet socket, NFS file or Unix domain
-socket).
+socket), a kqueue descriptor...