Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 11:32:00 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 5c8c9e1744b3 - main - ObsoleteFiles.inc: document the removal of floppy support in bsdconfig
Message-ID:  <202310051132.395BW0Ov006300@gitrepo.freebsd.org>

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

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

commit 5c8c9e1744b3f294ed5c73c8f1d0bafbc0f90a5d
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-10-05 11:31:26 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-10-05 11:31:26 +0000

    ObsoleteFiles.inc: document the removal of floppy support in bsdconfig
---
 ObsoleteFiles.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 763578aeb652..89594ac77b9b 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -51,6 +51,9 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20231005: bsdconfig remove support for floppy
+OLD_FILES+=usr/share/bsdconfig/media/floppy.subr
+
 # 20230927: Man pages renamed to match the actual functions
 OLD_FILES+=usr/share/man/man9/cr_seeothergids.9.gz
 OLD_FILES+=usr/share/man/man9/cr_seeotheruids.9.gz



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