Module Name: src
Committed By: martin
Date: Sat Sep 8 20:01:19 UTC 2018
Modified Files:
src/usr.sbin/sysinst: defs.h
Log Message:
Fix editor accident in previous
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/sysinst/defs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/defs.h
diff -u src/usr.sbin/sysinst/defs.h:1.14 src/usr.sbin/sysinst/defs.h:1.15
--- src/usr.sbin/sysinst/defs.h:1.14 Thu Sep 6 07:56:40 2018
+++ src/usr.sbin/sysinst/defs.h Sat Sep 8 20:01:19 2018
@@ -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 @@ int clean_xfer_dir;
#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)