Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Nov 2007 00:05:29 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/tftpd Makefile tftpd.8 tftpd.c
Message-ID:  <200711230005.lAN05Tjn085462@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711230005.lAN05Tjn085462>