ftp/tftp: small changes

This commit is contained in:
Franco Fichtner
2021-06-08 19:36:19 +02:00
parent 98c6d4b636
commit 2b6ef7ea61
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -39,6 +39,7 @@ dns/dnscrypt-proxy -- Flexible DNS proxy supporting DNSCrypt and DoH
dns/dyndns -- Dynamic DNS Support
dns/rfc2136 -- RFC-2136 Support
emulators/qemu-guest-agent -- QEMU Guest Agent for OPNsense
ftp/tftp -- TFTP server (development only)
mail/fetchmail -- Remote-mail retrieval utility (development only)
mail/postfix -- SMTP mail relay
mail/rspamd -- Protect your network from spam
+1 -1
View File
@@ -2,7 +2,7 @@ PLUGIN_NAME= tftp
PLUGIN_VERSION= 0.1
PLUGIN_COMMENT= TFTP server
PLUGIN_DEPENDS= tftp-hpa
PLUGIN_DEVEL= yes
PLUGIN_DEVEL= yes
PLUGIN_MAINTAINER= m.muenz@gmail.com
.include "../../Mk/plugins.mk"
-1
View File
@@ -1,4 +1,3 @@
tftp-hpa is portable, BSD derived tftp server. It supports advanced
options such as blksize, blksize2, tsize, timeout, and utimeout.
It also supported rulebased security options.