Module Name: othersrc
Committed By: lukem
Date: Wed Mar 24 12:11:21 UTC 2010
Modified Files:
othersrc/libexec/tnftpd/src: version.h
Log Message:
apply rev 1.74 from NetBSD:
Identify as "NetBSD-ftpd 20100320"
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/libexec/tnftpd/src/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/src/version.h
diff -u othersrc/libexec/tnftpd/src/version.h:1.6 othersrc/libexec/tnftpd/src/version.h:1.7
--- othersrc/libexec/tnftpd/src/version.h:1.6 Sat Nov 7 03:26:21 2009
+++ othersrc/libexec/tnftpd/src/version.h Wed Mar 24 12:11:20 2010
@@ -1,5 +1,5 @@
-/* $NetBSD: version.h,v 1.6 2009/11/07 03:26:21 lukem Exp $ */
-/* from NetBSD: version.h,v 1.73 2009/11/07 03:10:05 lukem Exp */
+/* $NetBSD: version.h,v 1.7 2010/03/24 12:11:20 lukem Exp $ */
+/* from NetBSD: version.h,v 1.74 2010/03/21 20:27:26 lukem Exp */
/*-
* Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -30,5 +30,5 @@
*/
#ifndef FTPD_VERSION
-#define FTPD_VERSION "NetBSD-ftpd 20091107"
+#define FTPD_VERSION "NetBSD-ftpd 20100320"
#endif