mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ftp/tftp-hpa: make the rc script service jails aware
This commit is contained in:
parent
091fb1d7e6
commit
d13466abaf
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue