Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/18/1999 01:14:19
Module Name:	src
Committed By:	lukem
Date:		Tue May 18 08:14:18 UTC 1999

Modified Files:
	src/libexec/ftpd: conf.c extern.h ftpcmd.y ftpd.c popen.c
Log Message:
* fix a problem in retrieve() where arguments to commands weren't working
(this was broken in the last commit). problem noticed by simonb@
* don't display the stderr output of the internal ls.
* modify usage of lreply so that generally only one `XXX-' code per
`block' is displayed; the rest of the lines have four spaces instead.
i find this easier to read.
* fix a couple places where byte accounting wasn't correct