aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2019-06-27 12:37:44 +0000
committerCy Schubert <cy@FreeBSD.org>2019-06-27 12:37:44 +0000
commit015cb6cde4f977ce62d0130ae617c802b6600257 (patch)
tree44b728377e1a685cf8ed6a978fd2765a6752610d
parent358e680a6751e34206821ef37abe1930b7699c95 (diff)
downloadsrc-015cb6cde4f977ce62d0130ae617c802b6600257.tar.gz
src-015cb6cde4f977ce62d0130ae617c802b6600257.zip
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
Notes
Notes: svn path=/head/; revision=349452
-rw-r--r--sbin/ipf/ipmon/Makefile1
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/sbin/ipf/ipmon/Makefile b/sbin/ipf/ipmon/Makefile
index 12155cfe3106..8227811db2ad 100644
--- a/sbin/ipf/ipmon/Makefile
+++ b/sbin/ipf/ipmon/Makefile
@@ -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.
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index eb2411a2830e..c8a2235b5bc0 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -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