1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-05-03 12:06:39 -04:00

ftp/ftpsesame: make the rc script service jails aware

This commit is contained in:
Alexander Leidinger 2024-06-10 13:26:44 +02:00
parent 80c342becc
commit 091fb1d7e6
2 changed files with 2 additions and 1 deletions
ftp/ftpsesame

View file

@ -1,6 +1,6 @@
PORTNAME= ftpsesame
PORTVERSION= 0.95
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= http://www.sentia.org/downloads/ \
LOCAL/sem

View file

@ -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}"}