Subject: CVS commit: basesrc/distrib/utils/sysinst
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 06/06/2002 12:53:23
Module Name:	basesrc
Committed By:	lukem
Date:		Thu Jun  6 09:53:23 UTC 2002

Modified Files:
	basesrc/distrib/utils/sysinst: Makefile.inc defs.h main.c net.c util.c

Log Message:
- 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.16 -r1.17 basesrc/distrib/utils/sysinst/Makefile.inc
cvs rdiff -r1.69 -r1.70 basesrc/distrib/utils/sysinst/defs.h
cvs rdiff -r1.26 -r1.27 basesrc/distrib/utils/sysinst/main.c
cvs rdiff -r1.77 -r1.78 basesrc/distrib/utils/sysinst/net.c
cvs rdiff -r1.70 -r1.71 basesrc/distrib/utils/sysinst/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.