1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

ftp/tftp-hpa: make the rc script service jails aware

This commit is contained in:
Alexander Leidinger 2024-06-10 13:27:34 +02:00
parent 091fb1d7e6
commit d13466abaf
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= tftp-hpa
PORTVERSION= 5.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= KERNEL_ORG/software/network/tftp/tftp-hpa

View File

@ -19,6 +19,7 @@ command_args="-P $pidfile -l"
load_rc_config $name
: ${tftpd_enable:="NO"}
: ${tftpd_svcj_options:="net_basic"}
: ${tftpd_flags:="-s %%PREFIX%%/tftp"}
run_rc_command "$1"