diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2024-06-10 11:27:34 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2024-06-10 11:28:03 +0000 |
commit | d13466abaf976cd31b169a17625e5040ff921ed3 (patch) | |
tree | 905e9c16ce7af67d724696e17c834669033ee784 | |
parent | 091fb1d7e62c31a031433da2099837d95935d8c3 (diff) |
ftp/tftp-hpa: make the rc script service jails aware
-rw-r--r-- | ftp/tftp-hpa/Makefile | 2 | ||||
-rw-r--r-- | ftp/tftp-hpa/files/tftpd.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile index 48bc753f4ad9..be8fb2d9a4c5 100644 --- a/ftp/tftp-hpa/Makefile +++ b/ftp/tftp-hpa/Makefile @@ -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 diff --git a/ftp/tftp-hpa/files/tftpd.in b/ftp/tftp-hpa/files/tftpd.in index 967b9cf07f00..8d178301840b 100644 --- a/ftp/tftp-hpa/files/tftpd.in +++ b/ftp/tftp-hpa/files/tftpd.in @@ -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" |