git: 1e8a0a305370 - main - Add deprecation notices for OPIE.

From: Dag-Erling Smørgrav <des_at_FreeBSD.org>
Date: Thu, 15 Sep 2022 14:29:02 UTC
The branch main has been updated by des:

URL: https://cgit.FreeBSD.org/src/commit/?id=1e8a0a305370417ed81e8212f3c5269fab64d963

commit 1e8a0a305370417ed81e8212f3c5269fab64d963
Author:     Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2022-09-15 14:21:33 +0000
Commit:     Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2022-09-15 14:29:00 +0000

    Add deprecation notices for OPIE.
    
    Differential Revision: https://reviews.freebsd.org/D36593
---
 contrib/opie/opie.4                                | 2 ++
 contrib/opie/opieaccess.5                          | 3 +++
 contrib/opie/opieinfo.1                            | 3 +++
 contrib/opie/opiekey.1                             | 3 +++
 contrib/opie/opiekeys.5                            | 3 +++
 contrib/opie/opiepasswd.1                          | 3 +++
 lib/libpam/modules/pam_opie/pam_opie.8             | 6 +++++-
 lib/libpam/modules/pam_opieaccess/pam_opieaccess.8 | 6 +++++-
 8 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/contrib/opie/opie.4 b/contrib/opie/opie.4
index 3ac19324a39d..9db1755cf24c 100644
--- a/contrib/opie/opie.4
+++ b/contrib/opie/opie.4
@@ -26,6 +26,8 @@
 .TH OPIE 4 "January 10, 1995"
 .SH NAME
 .B OPIE \- One-time Passwords In Everything
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
 .SH DESCRIPTION
 .LP
 OPIE is a package derived from the Bellcore S/Key Version 1 distribution
diff --git a/contrib/opie/opieaccess.5 b/contrib/opie/opieaccess.5
index 41b1ec0e03b7..00dc64745427 100644
--- a/contrib/opie/opieaccess.5
+++ b/contrib/opie/opieaccess.5
@@ -21,6 +21,9 @@
 .SH NAME
 /etc/opieaccess \- OPIE database of trusted networks
 
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
 .SH DESCRIPTION
 The 
 .I opieaccess
diff --git a/contrib/opie/opieinfo.1 b/contrib/opie/opieinfo.1
index 41cdebe8dec4..5eb0a01ba43b 100644
--- a/contrib/opie/opieinfo.1
+++ b/contrib/opie/opieinfo.1
@@ -34,6 +34,9 @@ opieinfo \-  Extract sequence number and seed for future OPIE challenges.
 .I user_name
 ]
 
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
 .SH DESCRIPTION
 .I opieinfo
 takes an optional user name and writes the current sequence number
diff --git a/contrib/opie/opiekey.1 b/contrib/opie/opiekey.1
index bc62b9460d90..d593ce169990 100644
--- a/contrib/opie/opiekey.1
+++ b/contrib/opie/opiekey.1
@@ -52,6 +52,9 @@ type
 .I sequence_number seed
 .sp 0
 
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
 .SH DESCRIPTION
 .I opiekey
 takes the optional count of the number of responses to
diff --git a/contrib/opie/opiekeys.5 b/contrib/opie/opiekeys.5
index 26f08ed06ff8..954d545f90c0 100644
--- a/contrib/opie/opiekeys.5
+++ b/contrib/opie/opiekeys.5
@@ -22,6 +22,9 @@
 .SH NAME
 /etc/opiekeys \- OPIE database of user key information
 
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
 .SH DESCRIPTION
 The 
 .I opiekeys
diff --git a/contrib/opie/opiepasswd.1 b/contrib/opie/opiepasswd.1
index 5ce6cb010b4f..aa6fc5771e16 100644
--- a/contrib/opie/opiepasswd.1
+++ b/contrib/opie/opiepasswd.1
@@ -45,6 +45,9 @@ system.
 .I user_name
 ] 
 
+.SH DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in FreeBSD 14.0 and later.
+
 .SH DESCRIPTION
 .I opiepasswd
 will initialize the system information to allow one to use OPIE to login.
diff --git a/lib/libpam/modules/pam_opie/pam_opie.8 b/lib/libpam/modules/pam_opie/pam_opie.8
index 968985a6c9f6..0b4cae1c4195 100644
--- a/lib/libpam/modules/pam_opie/pam_opie.8
+++ b/lib/libpam/modules/pam_opie/pam_opie.8
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 7, 2001
+.Dd September 15, 2022
 .Dt PAM_OPIE 8
 .Os
 .Sh NAME
@@ -46,6 +46,10 @@
 .Ar control-flag
 .Pa pam_opie
 .Op Ar options
+.Sh DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in
+.Fx 14.0
+and later.
 .Sh DESCRIPTION
 The OPIE authentication service module for PAM,
 .Nm
diff --git a/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8 b/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8
index 5521a85d1d44..87d901187ee9 100644
--- a/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8
+++ b/lib/libpam/modules/pam_opieaccess/pam_opieaccess.8
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 26, 2007
+.Dd September 15, 2022
 .Dt PAM_OPIEACCESS 8
 .Os
 .Sh NAME
@@ -46,6 +46,10 @@
 .Ar control-flag
 .Pa pam_opieaccess
 .Op Ar options
+.Sh DEPRECATION NOTICE
+OPIE is deprecated, and may not be available in
+.Fx 14.0
+and later.
 .Sh DESCRIPTION
 The
 .Nm