git: 091fb1d7e62c - main - ftp/ftpsesame: make the rc script service jails aware
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Jun 2024 11:28:11 UTC
The branch main has been updated by netchild:
URL: https://cgit.FreeBSD.org/ports/commit/?id=091fb1d7e62c31a031433da2099837d95935d8c3
commit 091fb1d7e62c31a031433da2099837d95935d8c3
Author: Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2024-06-10 11:26:44 +0000
Commit: Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2024-06-10 11:28:03 +0000
ftp/ftpsesame: make the rc script service jails aware
---
ftp/ftpsesame/Makefile | 2 +-
ftp/ftpsesame/files/ftpsesame.in | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile
index b246b5210a30..7d3a89eaa9e4 100644
--- a/ftp/ftpsesame/Makefile
+++ b/ftp/ftpsesame/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ftpsesame
PORTVERSION= 0.95
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= http://www.sentia.org/downloads/ \
LOCAL/sem
diff --git a/ftp/ftpsesame/files/ftpsesame.in b/ftp/ftpsesame/files/ftpsesame.in
index 47ae719fe122..9a487b3e6a4b 100644
--- a/ftp/ftpsesame/files/ftpsesame.in
+++ b/ftp/ftpsesame/files/ftpsesame.in
@@ -36,6 +36,7 @@ stop_postcmd()
# set defaults
ftpsesame_enable=${ftpsesame_enable:-"NO"}
+: ${ftpsesaeme_svcj_options:="net_basic"}
load_rc_config $name
command_args=${ftpsesame_interface:+"-i ${ftpsesame_interface}"}