git: 305de2d99a1a - main - ftp/wzdftpd: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Jun 2024 16:01:52 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=305de2d99a1aa3fa3e7d8c3e4ce12f08c3114f0d commit 305de2d99a1aa3fa3e7d8c3e4ce12f08c3114f0d Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2024-06-14 16:01:01 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2024-06-14 16:01:44 +0000 ftp/wzdftpd: make the rc script service jails aware Approved by: maintainer --- ftp/wzdftpd/Makefile | 2 +- ftp/wzdftpd/files/wzdftpd.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 840304309ddc..50ed1792105c 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -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} diff --git a/ftp/wzdftpd/files/wzdftpd.in b/ftp/wzdftpd/files/wzdftpd.in index 866449da8ceb..2f0663cb00cf 100644 --- a/ftp/wzdftpd/files/wzdftpd.in +++ b/ftp/wzdftpd/files/wzdftpd.in @@ -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"