Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jul 2019 03:04:42 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r349715 - in stable: 11/sbin/ipf/ipmon 11/tools/build/mk 12/sbin/ipf/ipmon 12/tools/build/mk
Message-ID:  <201907040304.x6434giZ008064@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Jul  4 03:04:41 2019
New Revision: 349715
URL: https://svnweb.freebsd.org/changeset/base/349715

Log:
  MFC r349449, r349452:
  
  Add the ipmon.5 man page and link ipmon.conf.5 to it.
  
  PR/238816 initially addressed updates to usage() however the PR has
  morphed into a shopping list of updates to usage() and man pages.
  
  PR:	238816

Modified:
  stable/12/sbin/ipf/ipmon/Makefile
  stable/12/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/sbin/ipf/ipmon/Makefile
  stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/sbin/ipf/ipmon/Makefile
==============================================================================
--- stable/12/sbin/ipf/ipmon/Makefile	Thu Jul  4 02:51:34 2019	(r349714)
+++ stable/12/sbin/ipf/ipmon/Makefile	Thu Jul  4 03:04:41 2019	(r349715)
@@ -3,7 +3,8 @@
 PACKAGE=	ipf
 PROG=		ipmon
 SRCS=		${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c
-MAN=		ipmon.8
+MAN=		ipmon.5 ipmon.8
+MLINKS=		ipmon.5 ipmon.conf.5
 
 CFLAGS+=	-DLOGFAC=LOG_LOCAL0 -I.
 

Modified: stable/12/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jul  4 02:51:34 2019	(r349714)
+++ stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jul  4 03:04:41 2019	(r349715)
@@ -3338,6 +3338,8 @@ OLD_FILES+=usr/share/man/man5/ipf.5.gz
 OLD_FILES+=usr/share/man/man5/ipf.conf.5.gz
 OLD_FILES+=usr/share/man/man5/ipf6.conf.5.gz
 OLD_FILES+=usr/share/man/man5/ipfilter.5.gz
+OLD_FILES+=usr/share/man/man8/ipmon.5.gz
+OLD_FILES+=usr/share/man/man5/ipmon.conf.5.gz
 OLD_FILES+=usr/share/man/man5/ipnat.5.gz
 OLD_FILES+=usr/share/man/man5/ipnat.conf.5.gz
 OLD_FILES+=usr/share/man/man5/ippool.5.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907040304.x6434giZ008064>