Subject: CVS commit: othersrc/libexec/tnftpd
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/26/2002 15:22:52
Module Name:	othersrc
Committed By:	lukem
Date:		Sat Oct 26 12:22:51 UTC 2002

Modified Files:
	othersrc/libexec/tnftpd: config.h.in configure tnftpd.h todo
	othersrc/libexec/tnftpd/ls: cmp.c extern.h ls.c ls.h print.c util.c
	othersrc/libexec/tnftpd/src: cmds.c conf.c extern.h ftpcmd.y ftpd.c
	    pathnames.h popen.c
Added Files:
	othersrc/libexec/tnftpd/libnetbsd: arpa_ftp.h
	othersrc/libexec/tnftpd/src: Makefile.in ftpd.cat8 ftpd.conf.cat5
	    ftpusers.cat5
Removed Files:
	othersrc/libexec/tnftpd/ls: Makefile main.c stat_flags.c stat_flags.h
	othersrc/libexec/tnftpd/src: Makefile

Log Message:
- convert to using tnftpd.h
- generate the man pages
- crank the version back to 2.0 beta 1
- remove now unnecessary files


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 othersrc/libexec/tnftpd/config.h.in \
    othersrc/libexec/tnftpd/configure othersrc/libexec/tnftpd/tnftpd.h \
    othersrc/libexec/tnftpd/todo
cvs rdiff -r0 -r1.1 othersrc/libexec/tnftpd/libnetbsd/arpa_ftp.h
cvs rdiff -r1.1.1.1 -r0 othersrc/libexec/tnftpd/ls/Makefile \
    othersrc/libexec/tnftpd/ls/main.c othersrc/libexec/tnftpd/ls/stat_flags.c \
    othersrc/libexec/tnftpd/ls/stat_flags.h
cvs rdiff -r1.1.1.1 -r1.2 othersrc/libexec/tnftpd/ls/cmp.c \
    othersrc/libexec/tnftpd/ls/extern.h othersrc/libexec/tnftpd/ls/ls.c \
    othersrc/libexec/tnftpd/ls/ls.h othersrc/libexec/tnftpd/ls/print.c \
    othersrc/libexec/tnftpd/ls/util.c
cvs rdiff -r1.1.1.1 -r0 othersrc/libexec/tnftpd/src/Makefile
cvs rdiff -r0 -r1.1 othersrc/libexec/tnftpd/src/Makefile.in \
    othersrc/libexec/tnftpd/src/ftpd.cat8 \
    othersrc/libexec/tnftpd/src/ftpd.conf.cat5 \
    othersrc/libexec/tnftpd/src/ftpusers.cat5
cvs rdiff -r1.1.1.1 -r1.2 othersrc/libexec/tnftpd/src/cmds.c \
    othersrc/libexec/tnftpd/src/conf.c othersrc/libexec/tnftpd/src/extern.h \
    othersrc/libexec/tnftpd/src/ftpcmd.y othersrc/libexec/tnftpd/src/ftpd.c \
    othersrc/libexec/tnftpd/src/pathnames.h \
    othersrc/libexec/tnftpd/src/popen.c

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