Subject: CVS commit: src/libexec/ftpd
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/23/2003 15:04:37
Module Name:	src
Committed By:	lukem
Date:		Sun Feb 23 13:04:37 UTC 2003

Modified Files:
	src/libexec/ftpd: extern.h ftpd.c logutmp.c logwtmp.c version.h

Log Message:
rename local copies of login(), logout() and logwtmp() to
ftpd_login(), ftpd_logout() and ftpd_logwtmp() respectively.
(makes utmp support much easier in tnftpd).

per suggestion in mail from Mike Heffner <mheffner@vt.edu>, who
forwarded patch from Michael Ranner <mranner@inode.at>.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/libexec/ftpd/extern.h
cvs rdiff -r1.151 -r1.152 src/libexec/ftpd/ftpd.c
cvs rdiff -r1.3 -r1.4 src/libexec/ftpd/logutmp.c
cvs rdiff -r1.18 -r1.19 src/libexec/ftpd/logwtmp.c
cvs rdiff -r1.51 -r1.52 src/libexec/ftpd/version.h

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