mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ftp/vsftpd-ext: make the rc script service jails aware
PR: 279642 Approved by: maintainer timeout (1 month)
This commit is contained in:
parent
c751a45895
commit
73648ddbec
2 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue