mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue