Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: othersrc/usr.bin/tnftp



On 20-07-05 22:06, Christos Zoulas wrote:
  | In article <20200705105511.91226FB29%cvs.NetBSD.org@localhost>,
  | Luke Mewburn <source-changes-d%NetBSD.org@localhost> wrote:
  | >-=-=-=-=-=-
  | >
  | >Module Name:	othersrc
  | >Committed By:	lukem
  | >Date:		Sun Jul  5 10:55:11 UTC 2020
  | >
  | >Modified Files:
  | >	othersrc/usr.bin/tnftp: ChangeLog NEWS configure.ac
  | >
  | >Log Message:
  | >Only replace glob if GLOB_BRACE and GLOB_TILDE aren't available.
  | 
  | More importantly for ftp GLOB_LIMIT.

usr.bin/tnftp (from ftp) does not use GLOB_LIMIT, so I don't need to
check if the system glob() supports it.

libexec/tnftpd (from ftpd) does use GLOB_LIMIT, but that build hasn't
yet been modified to check if the system glob() is sufficient. I'll do
that sometime, but I will ensure that configure check also checks for
GLOB_LIMIT.

Luke.


Home | Main Index | Thread Index | Old Index