git: 73648ddbeca9 - main - ftp/vsftpd-ext: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jul 2024 13:40:38 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=73648ddbeca9d0d1d08e6c8c886ae136e94dc929 commit 73648ddbeca9d0d1d08e6c8c886ae136e94dc929 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-07-10 13:37:24 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-07-10 13:39:46 +0000 ftp/vsftpd-ext: make the rc script service jails aware PR: 279642 Approved by: maintainer timeout (1 month) --- ftp/vsftpd-ext/Makefile | 2 +- ftp/vsftpd-ext/files/vsftpd.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile index 92eac97bcddc..28e19b209263 100644 --- a/ftp/vsftpd-ext/Makefile +++ b/ftp/vsftpd-ext/Makefile @@ -1,6 +1,6 @@ PORTNAME= vsftpd-ext PORTVERSION= ${UPSTREAMVERSION}.${EXTVERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= ftp MASTER_SITES= http://vsftpd.devnet.ru/files/${UPSTREAMVERSION}/ext.${EXTVERSION}/ PKGNAMESUFFIX?= ${SSL_SUFFIX}${PKGNAMESUFFIX2} diff --git a/ftp/vsftpd-ext/files/vsftpd.in b/ftp/vsftpd-ext/files/vsftpd.in index abcdeae7a8b4..e87b7e309ad0 100644 --- a/ftp/vsftpd-ext/files/vsftpd.in +++ b/ftp/vsftpd-ext/files/vsftpd.in @@ -24,6 +24,7 @@ rcvar=vsftpd_enable load_rc_config "$name" : ${vsftpd_enable:="NO"} +: ${vsftpd_svcj_options:="net_basic"} command="%%PREFIX%%/libexec/$name" required_files="%%PREFIX%%/etc/$name.conf"