Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2021 16:38:10 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b87a5b266d88 - main - ndis: remove leftover ndis_events binary and manpage
Message-ID:  <202105031638.143GcAZ9040608@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dim:

URL: https://cgit.FreeBSD.org/src/commit/?id=b87a5b266d88b658ac0afa10f5f82adc21f4382a

commit b87a5b266d88b658ac0afa10f5f82adc21f4382a
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-05-03 16:37:31 +0000
Commit:     Dimitry Andric <dim@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



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