Date: Wed, 22 Sep 2010 20:27:59 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/libexec/tftpd Makefile tftpd.8 tftpd.c Message-ID: <201009222028.o8MKS7TS056408@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-09-22 20:27:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) libexec/tftpd Makefile tftpd.8 tftpd.c Log: SVN rev 213027 on 2010-09-22 20:27:59Z by marius MFC: r173852 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.9.24.1 +2 -1 src/libexec/tftpd/Makefile 1.21.2.1 +29 -3 src/libexec/tftpd/tftpd.8 1.37.10.1 +74 -5 src/libexec/tftpd/tftpd.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009222028.o8MKS7TS056408>