Add deprecation notice to the gbde(8) program, scheduled to be removed in FreeBSD 15.0.
This commit is contained in:
parent
317fa5169d
commit
996606792f
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user