1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00

MACHINE is changed to "pc98" on FreeBSD/pc98.

This commit is contained in:
Yoshihiro Takahashi 2005-12-08 12:43:20 +00:00
parent 944b597264
commit 277ab543d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153231

View File

@ -49,15 +49,9 @@ static FILE *OpenConn;
int FtpPort;
/* List of sub directories to look for under a given FTP server. */
#ifdef PC98
const char *ftp_dirs[] = { ".", "releases/pc98", "snapshots/pc98",
"pub/FreeBSD", "pub/FreeBSD/releases/pc98",
"pub/FreeBSD/snapshots/pc98", NULL };
#else
const char *ftp_dirs[] = { ".", "releases/"MACHINE, "snapshots/"MACHINE,
"pub/FreeBSD", "pub/FreeBSD/releases/"MACHINE,
"pub/FreeBSD/snapshots/"MACHINE, NULL };
#endif
/* Brings up attached network device, if any - takes FTP device as arg */
static Boolean