Subject: CVS commit: [netbsd-1-6] basesrc/distrib/utils/sysinst
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/06/2002 12:58:36
Module Name: basesrc
Committed By: lukem
Date: Thu Jun 6 09:58:36 UTC 2002
Modified Files:
basesrc/distrib/utils/sysinst [netbsd-1-6]: net.c
Log Message:
Pull up revision 1.78 (requested by lukem in ticket #188):
- Replace make(1) and -D FTP_HOST with SYSINST_FTP_HOST.
Defaults to "ftp.netbsd.org"
- Replace make(1) and -D FTP_DIR with SYSINST_FTP_DIR.
Defaults to "pub/NetBSD/NetBSD-" + VER + "/" + MACH.
(FTP_DIR used to override "pub/NetBSD/NetBSD-", which meant the
path name had to contain the release version in it)
- Add make(1) and -D SYSINST_CDROM_DIR.
Defaults to "/" + mach.
- only append ftp_prefix to ftp_dir and cdrom_dir once, just after
the options are parsed. Do this in newly added set_defaults().
To generate a diff of this commit:
cvs rdiff -r1.76.2.1 -r1.76.2.2 basesrc/distrib/utils/sysinst/net.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.