git: d5ef73a71f0e - main - Add deprecation notices to publickey(5) tools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Sep 2023 11:35:26 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=d5ef73a71f0e2fbc4dc9b907a6e59a15599c50b3
commit d5ef73a71f0e2fbc4dc9b907a6e59a15599c50b3
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-20 11:31:14 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-20 11:31:14 +0000
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
---
usr.bin/chkey/chkey.1 | 4 ++++
usr.bin/keylogin/keylogin.1 | 4 ++++
usr.bin/keylogout/keylogout.1 | 4 ++++
usr.bin/newkey/newkey.8 | 4 ++++
usr.sbin/keyserv/keyserv.8 | 4 ++++
5 files changed, 20 insertions(+)
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