Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 18:51:23 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r340499 - stable/12
Message-ID:  <201811171851.wAHIpN37010950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171851.wAHIpN37010950>