git: 80c342beccf6 - main - ftp/bbftp-server: make the rc script service jails aware

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Mon, 10 Jun 2024 11:28:10 UTC
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80c342beccf6bd7d4a7f2552c050df36e0860d1a

commit 80c342beccf6bd7d4a7f2552c050df36e0860d1a
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-06-10 11:25:42 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-06-10 11:28:02 +0000

    ftp/bbftp-server: make the rc script service jails aware
---
 ftp/bbftp-server/Makefile        | 2 +-
 ftp/bbftp-server/files/bbftpd.in | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ftp/bbftp-server/Makefile b/ftp/bbftp-server/Makefile
index 8b9122ebff14..323d38d455af 100644
--- a/ftp/bbftp-server/Makefile
+++ b/ftp/bbftp-server/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	bbftp-server
 PORTVERSION=	3.2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	ftp
 MASTER_SITES=	http://software.in2p3.fr/bbftp/dist/ \
 		ftp://ftp.in2p3.fr/pub/bbftp/
diff --git a/ftp/bbftp-server/files/bbftpd.in b/ftp/bbftp-server/files/bbftpd.in
index e4c6cfaad521..96407cd3612e 100644
--- a/ftp/bbftp-server/files/bbftpd.in
+++ b/ftp/bbftp-server/files/bbftpd.in
@@ -21,6 +21,7 @@ pidfile=/var/run/${name}.pid
 load_rc_config $name
 
 : ${bbftp_enable="NO"}
+: ${bbftp_svcj_options:="net_basic"}
 
 command_args="-b"