Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sysinst Fix editor accident in previous



details:   https://anonhg.NetBSD.org/src/rev/74601eb0a4b3
branches:  trunk
changeset: 433344:74601eb0a4b3
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Sep 08 20:01:19 2018 +0000

description:
Fix editor accident in previous

diffstat:

 usr.sbin/sysinst/defs.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f21dde934a1b -r 74601eb0a4b3 usr.sbin/sysinst/defs.h
--- a/usr.sbin/sysinst/defs.h   Sat Sep 08 19:12:01 2018 +0000
+++ b/usr.sbin/sysinst/defs.h   Sat Sep 08 20:01:19 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.14 2018/09/06 07:56:40 martin Exp $ */
+/*     $NetBSD: defs.h,v 1.15 2018/09/08 20:01:19 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -353,7 +353,7 @@
 #endif
 
 #if !defined(SYSINST_PKG_HOST)
-#define SYSINST_PKG_HOST               "pub/NetBSD/NetBSD-" REL
+#define SYSINST_PKG_HOST       "ftp.NetBSD.org"
 #endif
 
 #if !defined(SYSINST_PKG_DIR)



Home | Main Index | Thread Index | Old Index