diff options
Diffstat (limited to 'ftp/tftp-hpa/files/tftpd.in')
-rw-r--r-- | ftp/tftp-hpa/files/tftpd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/tftp-hpa/files/tftpd.in b/ftp/tftp-hpa/files/tftpd.in index ad5fc47f1ec8..318f59f8d402 100644 --- a/ftp/tftp-hpa/files/tftpd.in +++ b/ftp/tftp-hpa/files/tftpd.in @@ -14,7 +14,7 @@ . /etc/rc.subr name="tftpd" -rcvar=`set_rcvar` +rcvar=tftpd_enable pidfile=${tftpd_pidfile:-"/var/run/tftpd.pid"} command="%%PREFIX%%/libexec/in.tftpd" command_args="-P $pidfile -l" |