1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00: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

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