Date: Thu, 30 Oct 2025 20:07:16 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: be24d85ec784 - stable/15 - bsdlabel: Bump removal to FreeBSD 16.0. Message-ID: <202510302007.59UK7GrG056712@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/15 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=be24d85ec78453b80effeb61dc8e5910a1caa3a8 commit be24d85ec78453b80effeb61dc8e5910a1caa3a8 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-10-28 13:08:30 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-10-30 20:05:54 +0000 bsdlabel: Bump removal to FreeBSD 16.0. It is deprecated but was not removed prior to 15.0. Sponsored by: The FreeBSD Foundation (cherry picked from commit 9447a4078121fd1ce961fed33dd0099040d0dac9) --- sbin/bsdlabel/bsdlabel.8 | 2 +- sbin/bsdlabel/bsdlabel.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index abea59756aea..cdf3cc249856 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -62,7 +62,7 @@ .Sh DEPRECATION NOTICE .Nm is deprecated and is not available in -.Fx 15.0 +.Fx 16.0 or later. Use .Xr gpart 8 diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index a68ee377a97c..912833ec12e3 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -136,7 +136,7 @@ main(int argc, char *argv[]) name = NULL; fprintf(stderr, - "WARNING: bsdlabel is deprecated and is not available in FreeBSD 15 or later.\n" + "WARNING: bsdlabel is deprecated and is not available in FreeBSD 16 or later.\n" "Please use gpart instead.\n\n"); while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510302007.59UK7GrG056712>
