Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2023 09:49:12 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0e383bb3cd18 - stable/13 - ftpd: add deprecation notice
Message-ID:  <202309140949.38E9nCkJ061214@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=0e383bb3cd1856515c4b67cbced76952280b4fb2

commit 0e383bb3cd1856515c4b67cbced76952280b4fb2
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-09 17:34:14 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-14 09:48:24 +0000

    ftpd: add deprecation notice
    
    Approved by:    gordon
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D26447
    
    (cherry picked from commit 98b98ec1bc7e961c3d3468b0e481080580c902cf)
    (cherry picked from commit cc9347cc79d320cac00ccf5d5f23971de2c887a1)
    (cherry picked from commit 01d82151022cb1383e83c331708a787f1907b00f)
    (cherry picked from commit 3ea83e94cdfa34745641dfa5f43debfdcd79e229)
---
 libexec/ftpd/ftpd.8 | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8
index 7fec5aaea6d9..1c4424825833 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -27,7 +27,7 @@
 .\"
 .\"     @(#)ftpd.8	8.2 (Berkeley) 4/19/94
 .\"
-.Dd June 28, 2022
+.Dd September 9, 2023
 .Dt FTPD 8
 .Os
 .Sh NAME
@@ -43,6 +43,16 @@
 .Op Fl T Ar maxtimeout
 .Op Fl t Ar timeout
 .Op Fl u Ar umask
+.Sh DEPRECATION NOTICE
+The
+.Fx
+base system
+.Nm
+is deprecated, and will be removed in
+.Fx 15.0.
+Users are advised to install the
+.Pa ftp/freebsd-ftpd
+port or package instead.
 .Sh DESCRIPTION
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309140949.38E9nCkJ061214>