summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorlidl <lidl@FreeBSD.org>2016-06-05 01:40:08 +0000
committerlidl <lidl@FreeBSD.org>2016-06-05 01:40:08 +0000
commit934543bc9623b4e35eecd8db4561e74a8b76fd19 (patch)
tree1090e95508287adc4ac06c7afd4f6d5f6a6f6178 /tools
parent5c500602320888d17d9ac90027d7e96affe1aa00 (diff)
downloadFreeBSD-src-934543bc9623b4e35eecd8db4561e74a8b76fd19.zip
FreeBSD-src-934543bc9623b4e35eecd8db4561e74a8b76fd19.tar.gz
Correct path for blacklistd.conf in OptionalObsoleteFiles.inc
Fix typo made when adding the blacklistd.conf file to OptionalObsoleteFiles.inc Submitted by: Herbert J. Skuhra ( herbert at mailbox.org ) Reviewed by: rpaulo Approved by: rpaulo Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D6715
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 9b725e3..9ad8149 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -447,9 +447,9 @@ OLD_FILES+=usr/share/man/man3/blacklist_open.3.gz
OLD_FILES+=usr/share/man/man3/blacklist_r.3.gz
OLD_FILES+=usr/share/man/man3/blacklist_sa.3.gz
OLD_FILES+=usr/share/man/man3/blacklist_sa_r.3.gz
+OLD_FILES+=usr/share/man/man5/blacklistd.conf.5.gz
OLD_FILES+=usr/share/man/man8/blacklistctl.8.gz
OLD_FILES+=usr/share/man/man8/blacklistd.8.gz
-OLD_FILES+=usr/share/man/man8/blacklistd.conf.5.gz
.endif
.if ${MK_BLUETOOTH} == no
OpenPOWER on IntegriCloud