svn commit: r340499 - stable/12

Mark Johnston markj at FreeBSD.org
Sat Nov 17 18:51:23 UTC 2018


Author: markj
Date: Sat Nov 17 18:51:22 2018
New Revision: 340499
URL: https://svnweb.freebsd.org/changeset/base/340499

Log:
  MFC r340437:
  Fix the path to malloc_domain.9.

Modified:
  stable/12/ObsoleteFiles.inc
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/ObsoleteFiles.inc
==============================================================================
--- stable/12/ObsoleteFiles.inc	Sat Nov 17 18:49:52 2018	(r340498)
+++ stable/12/ObsoleteFiles.inc	Sat Nov 17 18:51:22 2018	(r340499)
@@ -39,7 +39,7 @@
 # done
 
 # 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
 # 20181025: OpenSSL libraries version bump to avoid conflict with ports
 OLD_LIBS+=lib/libcrypto.so.9
 OLD_LIBS+=usr/lib/libssl.so.9


More information about the svn-src-all mailing list