svn commit: r319380 - in stable/11: share/man/man4 tools/build/mk
Ngie Cooper
ngie at FreeBSD.org
Thu Jun 1 06:36:42 UTC 2017
Author: ngie
Date: Thu Jun 1 06:36:40 2017
New Revision: 319380
URL: https://svnweb.freebsd.org/changeset/base/319380
Log:
MFC r318177:
Unconditionally install udp(4) and udplite(4) again
I added this to the MK_USB != no block in error in r278202.
Modified:
stable/11/share/man/man4/Makefile
stable/11/tools/build/mk/OptionalObsoleteFiles.inc
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man4/Makefile
==============================================================================
--- stable/11/share/man/man4/Makefile Thu Jun 1 06:35:40 2017 (r319379)
+++ stable/11/share/man/man4/Makefile Thu Jun 1 06:36:40 2017 (r319380)
@@ -540,6 +540,8 @@ MAN= aac.4 \
tws.4 \
tx.4 \
txp.4 \
+ udp.4 \
+ udplite.4 \
ure.4 \
vale.4 \
vga.4 \
@@ -935,8 +937,6 @@ MAN+= \
ucycom.4 \
udav.4 \
udbp.4 \
- udp.4 \
- udplite.4 \
udl.4 \
uep.4 \
ufm.4 \
Modified: stable/11/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/11/tools/build/mk/OptionalObsoleteFiles.inc Thu Jun 1 06:35:40 2017 (r319379)
+++ stable/11/tools/build/mk/OptionalObsoleteFiles.inc Thu Jun 1 06:36:40 2017 (r319380)
@@ -9052,8 +9052,6 @@ OLD_FILES+=usr/share/man/man4/ucom.4.gz
OLD_FILES+=usr/share/man/man4/ucycom.4.gz
OLD_FILES+=usr/share/man/man4/udav.4.gz
OLD_FILES+=usr/share/man/man4/udbp.4.gz
-OLD_FILES+=usr/share/man/man4/udp.4.gz
-OLD_FILES+=usr/share/man/man4/udplite.4.gz
OLD_FILES+=usr/share/man/man4/uep.4.gz
OLD_FILES+=usr/share/man/man4/ufm.4.gz
OLD_FILES+=usr/share/man/man4/ufoma.4.gz
More information about the svn-src-stable
mailing list