Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@NetBSD.org>
From: Brian Ginsbach <ginsbach@netbsd.org>
List: source-changes
Date: 03/03/2005 22:19:47
Module Name:	src
Committed By:	ginsbach
Date:		Thu Mar  3 22:19:47 UTC 2005

Modified Files:
	src/libexec/ftpd: conf.c extern.h ftpcmd.y ftpd.conf.5 version.h

Log Message:
* Add hidesymlinks configuration option
  This adds a -L to all ls command arguments so that the file or directory
  the link references is listed rather than the link itself.  This was
  inspired by IRIX ftpd's -S option.
  [Discussed with lukem some time ago.]
* Crank version.h [right Luke? :-)]


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/libexec/ftpd/conf.c
cvs rdiff -r1.51 -r1.52 src/libexec/ftpd/extern.h
cvs rdiff -r1.82 -r1.83 src/libexec/ftpd/ftpcmd.y
cvs rdiff -r1.28 -r1.29 src/libexec/ftpd/ftpd.conf.5
cvs rdiff -r1.58 -r1.59 src/libexec/ftpd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.