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-20 11:31:14 +0000
commitd5ef73a71f0e2fbc4dc9b907a6e59a15599c50b3 (patch)
tree8a38cba8d05a51e5d30c67c1834862faedcdd9af
parent8ee478dfd46dd972715a65134cef96fa5ef57dd0 (diff)
downloadsrc-d5ef73a71f0e2fbc4dc9b907a6e59a15599c50b3.tar.gz
src-d5ef73a71f0e2fbc4dc9b907a6e59a15599c50b3.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
-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