bsdlabel: Bump removal to FreeBSD 16.0.
It is deprecated but was not removed prior to 15.0. Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -62,7 +62,7 @@
|
|||||||
.Sh DEPRECATION NOTICE
|
.Sh DEPRECATION NOTICE
|
||||||
.Nm
|
.Nm
|
||||||
is deprecated and is not available in
|
is deprecated and is not available in
|
||||||
.Fx 15.0
|
.Fx 16.0
|
||||||
or later.
|
or later.
|
||||||
Use
|
Use
|
||||||
.Xr gpart 8
|
.Xr gpart 8
|
||||||
|
|||||||
@@ -136,7 +136,7 @@ main(int argc, char *argv[])
|
|||||||
name = NULL;
|
name = NULL;
|
||||||
|
|
||||||
fprintf(stderr,
|
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");
|
"Please use gpart instead.\n\n");
|
||||||
|
|
||||||
while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)
|
while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)
|
||||||
|
|||||||
Reference in New Issue
Block a user