aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2023-09-20 11:31:14 +0000
committerEd Maste <emaste@FreeBSD.org>2023-09-24 16:18:35 +0000
commit5b980017909a40179ab6f11d739cea8b450b6bf6 (patch)
tree7c68b4f95c79f129ffb9a8f9beb463095329a842
parent444eda0dda6407c56c80638f2218ce80e7c90a1f (diff)
downloadsrc-5b980017909a40179ab6f11d739cea8b450b6bf6.tar.gz
src-5b980017909a40179ab6f11d739cea8b450b6bf6.zip
Add deprecation notices to publickey(5) tools
Reviewed by: imp, manu MFC after: 3 days Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D40144 (cherry picked from commit d5ef73a71f0e2fbc4dc9b907a6e59a15599c50b3) (cherry picked from commit 84266fb897e6e75569a81418f146f134af04046b) Approved by: re (gjb)
-rw-r--r--usr.bin/chkey/chkey.14
-rw-r--r--usr.bin/keylogin/keylogin.14
-rw-r--r--usr.bin/keylogout/keylogout.14
-rw-r--r--usr.bin/newkey/newkey.84
-rw-r--r--usr.sbin/keyserv/keyserv.84
5 files changed, 20 insertions, 0 deletions
diff --git a/usr.bin/chkey/chkey.1 b/usr.bin/chkey/chkey.1
index 0721c07e8c14..508227ba9601 100644
--- a/usr.bin/chkey/chkey.1
+++ b/usr.bin/chkey/chkey.1
@@ -9,6 +9,10 @@
.Nd change your encryption key
.Sh SYNOPSIS
.Nm
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.bin/keylogin/keylogin.1 b/usr.bin/keylogin/keylogin.1
index a8a429e6c786..32a3e8e1b5b4 100644
--- a/usr.bin/keylogin/keylogin.1
+++ b/usr.bin/keylogin/keylogin.1
@@ -9,6 +9,10 @@
.Nd decrypt and store secret key
.Sh SYNOPSIS
.Nm
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.bin/keylogout/keylogout.1 b/usr.bin/keylogout/keylogout.1
index 54cd5a575c51..1480a83aece5 100644
--- a/usr.bin/keylogout/keylogout.1
+++ b/usr.bin/keylogout/keylogout.1
@@ -8,6 +8,10 @@
.Sh SYNOPSIS
.Nm
.Op Fl f
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.bin/newkey/newkey.8 b/usr.bin/newkey/newkey.8
index 966692b5968c..51dca6688bd0 100644
--- a/usr.bin/newkey/newkey.8
+++ b/usr.bin/newkey/newkey.8
@@ -10,6 +10,10 @@
.Fl h Ar hostname
.Nm
.Fl u Ar username
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
.Sh DESCRIPTION
The
.Nm
diff --git a/usr.sbin/keyserv/keyserv.8 b/usr.sbin/keyserv/keyserv.8
index af8acd2fd642..17007c7d8f40 100644
--- a/usr.sbin/keyserv/keyserv.8
+++ b/usr.sbin/keyserv/keyserv.8
@@ -16,6 +16,10 @@
.Op Fl n
.Op Fl p Ar path
.Op Fl v
+.Sh DEPRECATION NOTICE
+.Nm
+is deprecated and is not available as of
+.Fx 15.0.
.Sh DESCRIPTION
The
.Nm