svn commit: r340437 - head

Mark Johnston markj at FreeBSD.org
Wed Nov 14 16:15:38 UTC 2018


Author: markj
Date: Wed Nov 14 16:15:36 2018
New Revision: 340437
URL: https://svnweb.freebsd.org/changeset/base/340437

Log:
  Fix the path to malloc_domain.9.
  
  Reported by:	yuripv
  MFC after:	3 days
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Wed Nov 14 15:39:48 2018	(r340436)
+++ head/ObsoleteFiles.inc	Wed Nov 14 16:15:36 2018	(r340437)
@@ -42,7 +42,7 @@
 OLD_LIBS+=lib/casper/libcap_dns.so.1
 OLD_LIBS+=usr/lib32/libcap_dns.so.1
 # 20181030: malloc_domain(9) KPI change
-OLD_FILES+=share/man/man9/malloc_domain.9.gz
+OLD_FILES+=usr/share/man/man9/malloc_domain.9.gz
 # 20181026: joy(4) removal
 OLD_FILES+=usr/share/man/man4/joy.4.gz
 # 20181025: OpenSSL libraries version bump to avoid conflict with ports


More information about the svn-src-head mailing list