diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-09-09 17:34:14 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-09-09 18:46:58 +0000 |
commit | 98b98ec1bc7e961c3d3468b0e481080580c902cf (patch) | |
tree | 6ee0043ac09d691c1a3d7dc94d27667cafa7089b /libexec/ftpd | |
parent | 9888a79adad22ba06b5aff17d05abac0029c537a (diff) | |
download | src-98b98ec1bc7e961c3d3468b0e481080580c902cf.tar.gz src-98b98ec1bc7e961c3d3468b0e481080580c902cf.zip |
ftpd: add deprecation notice
Approved by: gordon
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26447
Diffstat (limited to 'libexec/ftpd')
-rw-r--r-- | libexec/ftpd/ftpd.8 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index c45df161575c..f5353be894fe 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -43,6 +43,16 @@ .Op Fl T Ar maxtimeout .Op Fl t Ar timeout .Op Fl u Ar umask +.Sh .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 |