Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 2023 09:58:17 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: 4214f6cbb467 - stable/12 - ftpd: add deprecation notice
Message-ID:  <202309140958.38E9wHmg077038@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=4214f6cbb467cb5a81ba9fa9ec9df0b992ecb913

commit 4214f6cbb467cb5a81ba9fa9ec9df0b992ecb913
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:57:57 +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)
    (cherry picked from commit 0e383bb3cd1856515c4b67cbced76952280b4fb2)
---
 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 868acac61699..f9651a4987d6 100644
--- a/libexec/ftpd/ftpd.8
+++ b/libexec/ftpd/ftpd.8
@@ -28,7 +28,7 @@
 .\"     @(#)ftpd.8	8.2 (Berkeley) 4/19/94
 .\" $FreeBSD$
 .\"
-.Dd June 28, 2022
+.Dd September 9, 2023
 .Dt FTPD 8
 .Os
 .Sh NAME
@@ -44,6 +44,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?202309140958.38E9wHmg077038>