Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/usr.bin/ftp Pull up revision 1.52 (requested by lukem in ...



details:   https://anonhg.NetBSD.org/src/rev/9bd7dba8d5a8
branches:  netbsd-3
changeset: 576757:9bd7dba8d5a8
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Jul 24 10:24:15 2005 +0000

description:
Pull up revision 1.52 (requested by lukem in ticket #606):
formatbuf(): fix %m and %M to use the hostname, not the username.

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 37e6bd638f6a -r 9bd7dba8d5a8 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Sun Jul 24 10:24:07 2005 +0000
+++ b/usr.bin/ftp/version.h     Sun Jul 24 10:24:15 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.44.2.7 2005/07/24 10:23:44 tron Exp $    */
+/*     $NetBSD: version.h,v 1.44.2.8 2005/07/24 10:24:15 tron Exp $    */
 /*-
  * Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -40,5 +40,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20050526"
+#define        FTP_VERSION     "20050527"
 #endif



Home | Main Index | Thread Index | Old Index