git: b87a5b266d88 - main - ndis: remove leftover ndis_events binary and manpage
Dimitry Andric
dim at FreeBSD.org
Mon May 3 16:38:11 UTC 2021
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=b87a5b266d88b658ac0afa10f5f82adc21f4382a
commit b87a5b266d88b658ac0afa10f5f82adc21f4382a
Author: Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-05-03 16:37:31 +0000
Commit: Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-05-03 16:37:42 +0000
ndis: remove leftover ndis_events binary and manpage
Fixes: bfc99943b04b ("ndis(4): remove as previous announced")
---
ObsoleteFiles.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 4b66a3ecbb97..2b4996f4dc98 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -2965,10 +2965,12 @@ OLD_LIBS+=usr/lib/libpanel.so.5
OLD_LIBS+=usr/lib/libpanelw.so.5
# 20210125: ndis driver support removed
+OLD_FILES+=usr/sbin/ndis_events
OLD_FILES+=usr/sbin/ndiscvt
OLD_FILES+=usr/sbin/ndisgen
OLD_FILES+=usr/share/man/man4/ndis.4.gz
OLD_FILES+=usr/share/man/man4/if_ndis.4.gz
+OLD_FILES+=usr/share/man/man8/ndis_events.8.gz
OLD_FILES+=usr/share/man/man8/ndiscvt.8.gz
OLD_FILES+=usr/share/man/man8/ndisgen.8.gz
OLD_FILES+=usr/share/misc/windrv_stub.c
More information about the dev-commits-src-main
mailing list