From 73648ddbeca9d0d1d08e6c8c886ae136e94dc929 Mon Sep 17 00:00:00 2001 From: Alexander Leidinger Date: Wed, 10 Jul 2024 15:37:24 +0200 Subject: [PATCH] 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"