1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

ftp/wzdftpd: make the rc script service jails aware

Approved by:	maintainer
This commit is contained in:
Alexander Leidinger 2024-06-14 18:01:01 +02:00
parent fa0a3efe91
commit 305de2d99a
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= wzdftpd
PORTVERSION= 0.8.3
PORTREVISION= 10
PORTREVISION= 11
CATEGORIES= ftp
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R}

View File

@ -17,6 +17,7 @@ name="wzdftpd"
rcvar=wzdftpd_enable
command="%%PREFIX%%/sbin/${name}"
required_files="%%PREFIX%%/etc/wzdftpd/wzd.cfg"
: ${wzdftpd_svcj_options:="net_basic"}
load_rc_config $name
run_rc_command "$1"