svn commit: r301415 - head/tools/build/mk

Kurt Lidl lidl at FreeBSD.org
Sun Jun 5 01:40:10 UTC 2016


Author: lidl
Date: Sun Jun  5 01:40:08 2016
New Revision: 301415
URL: https://svnweb.freebsd.org/changeset/base/301415

Log:
  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

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sat Jun  4 23:34:51 2016	(r301414)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Jun  5 01:40:08 2016	(r301415)
@@ -447,9 +447,9 @@ OLD_FILES+=usr/share/man/man3/blacklist_
 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


More information about the svn-src-head mailing list