Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Aug 2020 21:19:05 +0000 (UTC)
From:      John Baldwin <jhb@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: r364839 - in stable: 11/tools/build/mk 12/tools/build/mk
Message-ID:  <202008262119.07QLJ5Xo075197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Aug 26 21:19:05 2020
New Revision: 364839
URL: https://svnweb.freebsd.org/changeset/base/364839

Log:
  MFC 361093: Don't remove ubsec(4) manual page for WITHOUT_USB=yes.
  
  In head this manpage has been removed entirely, but ubsec(4) is a PCI
  device and not a USB device.

Modified:
  stable/12/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Wed Aug 26 21:17:18 2020	(r364838)
+++ stable/12/tools/build/mk/OptionalObsoleteFiles.inc	Wed Aug 26 21:19:05 2020	(r364839)
@@ -9892,7 +9892,6 @@ OLD_FILES+=usr/share/man/man4/uark.4.gz
 OLD_FILES+=usr/share/man/man4/uart.4.gz
 OLD_FILES+=usr/share/man/man4/uath.4.gz
 OLD_FILES+=usr/share/man/man4/ubsa.4.gz
-OLD_FILES+=usr/share/man/man4/ubsec.4.gz
 OLD_FILES+=usr/share/man/man4/ubser.4.gz
 OLD_FILES+=usr/share/man/man4/ubtbcmfw.4.gz
 OLD_FILES+=usr/share/man/man4/uchcom.4.gz



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