git: 20cd6e315e05 - main - pkgbase: Create a FreeBSD-ftpd package
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 09:18:05 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=20cd6e315e05a76ee0b745a029ebfd4a79d98e55
commit 20cd6e315e05a76ee0b745a029ebfd4a79d98e55
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2021-12-15 08:53:54 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2021-12-21 09:17:36 +0000
pkgbase: Create a FreeBSD-ftpd package
And put ftpd into it.
MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential Revision: https://reviews.freebsd.org/D33453
---
libexec/ftpd/Makefile | 2 ++
release/packages/Makefile.package | 2 ++
2 files changed, 4 insertions(+)
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index f3a52d08521d..4d38261b9318 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -3,6 +3,8 @@
.include <src.opts.mk>
+PACKAGE= ftpd
+
CONFS= ftpusers
PROG= ftpd
MAN= ftpd.8 ftpchroot.5
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index c668a270133b..a64ee77b0617 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -46,6 +46,8 @@ efi-tools_COMMENT= UEFI Utilities
efi-tools_DESC= UEFI Utilities
ftp_COMMENT= FTP Utilities
ftp_DESC= FTP Utilities
+ftpd_COMMENT= FTP Daemon
+ftpd_DESC= FTP Daemon
gdb_COMMENT= GDB Utilities
gdb_DESC= GDB Utilities
ggate_COMMENT= GEOM Gate Utilities