aboutsummaryrefslogtreecommitdiffstats
path: root/net/freebsd-tftp
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-03-03 07:36:35 +0800
committerbapt <bapt@FreeBSD.org>2015-03-03 07:36:35 +0800
commit04304e073bc19b08d179a5fb03bcc0791e389bf6 (patch)
tree1b44592fcdf1574284f314f3fb6624695a602961 /net/freebsd-tftp
parent944062d68e77e368de13dedd854bbd04c8e44617 (diff)
downloadfreebsd-ports-gnome-04304e073bc19b08d179a5fb03bcc0791e389bf6.tar.gz
freebsd-ports-gnome-04304e073bc19b08d179a5fb03bcc0791e389bf6.tar.zst
freebsd-ports-gnome-04304e073bc19b08d179a5fb03bcc0791e389bf6.zip
Remove Author from pkg-descr and white space fixes
Diffstat (limited to 'net/freebsd-tftp')
-rw-r--r--net/freebsd-tftp/pkg-descr22
1 files changed, 10 insertions, 12 deletions
diff --git a/net/freebsd-tftp/pkg-descr b/net/freebsd-tftp/pkg-descr
index d73244644e08..fd7b58e8dba9 100644
--- a/net/freebsd-tftp/pkg-descr
+++ b/net/freebsd-tftp/pkg-descr
@@ -33,20 +33,18 @@ RFC2348 - TFTP Blocksize Option
RFC2349 - TFTP Timeout Interval and Transfer Size Options
RFC3617 - Uniform Resource Identifier (URI) Scheme and Applicability
Statement for the Trivial File Transfer Protocol (TFTP)
-
+
It supports the following unofficial TFTP Options as described at
http://www.compuphase.com/tftp.htm:
-
-blksize2 - Block size restricted to powers of 2, excluding protocol headers
-rollover - Block counter roll-over (roll back to zero or to one)
-
+
+blksize2 - Block size restricted to powers of 2, excluding protocol headers
+rollover - Block counter roll-over (roll back to zero or to one)
+
From the tftp program point of view the following things are changed:
-
+
- New commands: "blocksize", "blocksize2", "rollover" and "options"
-- Development features: "debug" and "packetdrop"
-
-If you try this tftp/tftpd implementation, please let me know if
-it works (or doesn't work) and against which implementaion so I can
-get a list of confirmed working systems.
+- Development features: "debug" and "packetdrop"
-Author: Edwin Groothuis <edwin@FreeBSD.org>
+If you try this tftp/tftpd implementation, please let me know if
+it works (or doesn't work) and against which implementaion so I can
+get a list of confirmed working systems.