From 8a3a940f431a475f41fcc9f4eb39d1132fa78b1c Mon Sep 17 00:00:00 2001 From: atatat Date: Wed, 13 Aug 2003 13:24:15 +0000 Subject: 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. --- sysutils/lsof/DESCR | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/lsof/DESCR') 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... -- cgit v1.2.3