Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2019 12:37:45 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r349452 - in head: sbin/ipf/ipmon tools/build/mk
Message-ID:  <201906271237.x5RCbjxX088267@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Jun 27 12:37:44 2019
New Revision: 349452
URL: https://svnweb.freebsd.org/changeset/base/349452

Log:
  Create a link to the ipmon.conf.5 man page as documented in ipmon.5.
  Add its corresponding optional removal entry.
  
  PR:		238816
  MFC after:	1 week

Modified:
  head/sbin/ipf/ipmon/Makefile
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/sbin/ipf/ipmon/Makefile
==============================================================================
--- head/sbin/ipf/ipmon/Makefile	Thu Jun 27 03:50:13 2019	(r349451)
+++ head/sbin/ipf/ipmon/Makefile	Thu Jun 27 12:37:44 2019	(r349452)
@@ -4,6 +4,7 @@ PACKAGE=	ipf
 PROG=		ipmon
 SRCS=		${GENHDRS} ipmon.c ipmon_y.c ipmon_l.c
 MAN=		ipmon.5 ipmon.8
+MLINKS=		ipmon.5 ipmon.conf.5
 
 CFLAGS+=	-DLOGFAC=LOG_LOCAL0 -I.
 

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun 27 03:50:13 2019	(r349451)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Thu Jun 27 12:37:44 2019	(r349452)
@@ -3351,6 +3351,7 @@ 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?201906271237.x5RCbjxX088267>