From 2b6ef7ea6178d771bc6d3a4fabe0ecc8122327d3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 8 Jun 2021 19:36:19 +0200 Subject: [PATCH] ftp/tftp: small changes --- README.md | 1 + ftp/tftp/Makefile | 2 +- ftp/tftp/pkg-descr | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4d0225d1..d8dd3041a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/ftp/tftp/Makefile b/ftp/tftp/Makefile index 6ae818903..8a8d93eb0 100644 --- a/ftp/tftp/Makefile +++ b/ftp/tftp/Makefile @@ -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" diff --git a/ftp/tftp/pkg-descr b/ftp/tftp/pkg-descr index 0fca4a310..2d721591b 100644 --- a/ftp/tftp/pkg-descr +++ b/ftp/tftp/pkg-descr @@ -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. -