From owner-cvs-src-old@FreeBSD.ORG Wed Sep 22 20:28:07 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 716AF1065741 for ; Wed, 22 Sep 2010 20:28:07 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6082E8FC16 for ; Wed, 22 Sep 2010 20:28:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8MKS7V9056409 for ; Wed, 22 Sep 2010 20:28:07 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8MKS7TS056408 for cvs-src-old@freebsd.org; Wed, 22 Sep 2010 20:28:07 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201009222028.o8MKS7TS056408@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 22 Sep 2010 20:27:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/libexec/tftpd Makefile tftpd.8 tftpd.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2010 20:28:07 -0000 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