Date: Sun, 30 Aug 1998 03:45:08 +0900 From: horikawa@jp.freebsd.org To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/7778: Manpage ipmon.8 is installed as /usr/share/man/man1/ipmon.8. Message-ID: <19980830034508W.k-horik@yk.rim.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 7778 >Category: docs >Synopsis: Manpage ipmon.8 is installed as /usr/share/man/man1/ipmon.8 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 29 11:50:00 PDT 1998 >Last-Modified: >Originator: Kazuo Horikawa >Organization: jpman project, Japan FreeBSD users group. >Release: FreeBSD 2.2.5-RELEASE i386 >Environment: ftp://current.FreeBSD.org/pub/FreeBSD/3.0-19980827-SNAP/ >Description: Manpage ipmon.8 is installed as /usr/share/man/man1/ipmon.8. I guess that this is because src/usr.sbin/ipmon/Makefile contains following line: MAN1= ipmon.8 >How-To-Repeat: <Code/input/activities to reproduce the problem (multiple lines)> >Fix: If my guess is correct, please apply following patch for src/usr.sbin/ipmon/Makefile. --- Makefile.orig Sun Aug 30 03:35:23 1998 +++ Makefile Sun Aug 30 03:35:29 1998 @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man PROG= ipmon -MAN1= ipmon.8 +MAN8= ipmon.8 SRCS= ipmon.c CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980830034508W.k-horik>