Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2025 18:05:57 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: c0f829e0f479 - stable/15 - ObsoleteFiles: Remove the miscapitalized vnet.9
Message-ID:  <202509231805.58NI5vsi089931@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/15 has been updated by ziaee:

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

commit c0f829e0f479874702054674a53b632c5212eb25
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-09-17 15:54:13 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-09-23 18:02:17 +0000

    ObsoleteFiles: Remove the miscapitalized vnet.9
    
    MFC after:      3 days
    Fixes:          3049b2f5115b (vnet.9: Rename vnet.9/vimage.9)
    
    (cherry picked from commit 08d41d8803d9dd49b709518e8f2ce292b59e9828)
---
 ObsoleteFiles.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index ae83035b5de5..76e2027d9af2 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20250917: Remove a miscapitalized manual
+OLD_FILES+=usr/share/man/man9/vnet.9.gz
+
 # 20250911: This tool is no longer needed
 OLD_FILES+=usr/tests/bin/cp/sparse
 



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