cvs commit: src/libexec/tftpd Makefile tftpd.8 tftpd.c
Edwin Groothuis
edwin at FreeBSD.org
Thu Nov 22 16:05:30 PST 2007
edwin 2007-11-23 00:05:29 UTC
FreeBSD src repository
Modified files:
libexec/tftpd Makefile tftpd.8 tftpd.c
Log:
Add the -W options, which acts the same as -w but will generate
unique names based on the submitted filename, a strftime(3) format
string and a two digit sequence number.
By default the strftime(3) format string is %Y%m%d (YYYYMMDD), but
this can be changed by the -F option.
PR: bin/106049 (based on patch in that PR)
Approved by: grog@ (mentor)
Revision Changes Path
1.10 +2 -1 src/libexec/tftpd/Makefile
1.22 +29 -3 src/libexec/tftpd/tftpd.8
1.38 +74 -5 src/libexec/tftpd/tftpd.c
More information about the cvs-src
mailing list