filter out OCSP_crlID_new links for now, breaks on case-insensitve filesystems

This commit is contained in:
Brent Cook
2018-06-16 21:28:35 -05:00
parent bf368e58e7
commit b78f293939
2 changed files with 1 additions and 2 deletions

View File

@@ -16,4 +16,4 @@
makewhatis -a .
echo "# This is an auto-generated file by $0" > links
/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | sort >> links
/usr/src/regress/usr.bin/mandoc/db/mlinks/obj/mlinks mandoc.db | sort | grep -v OCSP_crlID_new >> links