Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ftp rename "opts" to "remopts", so people used to "o...



details:   https://anonhg.NetBSD.org/src/rev/f39169d35eaa
branches:  trunk
changeset: 495453:f39169d35eaa
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Jul 28 12:01:40 2000 +0000

description:
rename "opts" to "remopts", so people used to "o host" don't get bitten...

diffstat:

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

diffs (16 lines):

diff -r f9c30fe5d056 -r f39169d35eaa usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Fri Jul 28 11:45:11 2000 +0000
+++ b/usr.bin/ftp/version.h     Fri Jul 28 12:01:40 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.15 2000/07/18 07:16:57 lukem Exp $       */
+/*     $NetBSD: version.h,v 1.16 2000/07/28 12:01:40 lukem Exp $       */
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -40,5 +40,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20000718"
+#define        FTP_VERSION     "20000728"
 #endif



Home | Main Index | Thread Index | Old Index