Add deprecation notice to the gbde(8) program, scheduled to be removed in FreeBSD 15.0.

This commit is contained in:
Poul-Henning Kamp 2023-02-28 21:39:06 +00:00
parent 317fa5169d
commit 996606792f

View File

@ -737,6 +737,11 @@ main(int argc, char **argv)
struct g_bde_key *gl;
struct g_bde_softc sc;
fprintf(stderr, "GBDE disk-encryption is deprecated,\n");
fprintf(stderr, "and will be removed in FreeBSD 15.0\n");
fprintf(stderr, "(continuing in 5 seconds)\n");
sleep(5);
if (argc < 3)
usage();