summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/ftp.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-12-08 12:43:20 +0000
committernyan <nyan@FreeBSD.org>2005-12-08 12:43:20 +0000
commit73cd477217779d7ee3e655b770b157dc8923c01c (patch)
tree702e487947cf458e47a9e047d77db906f6fe885d /usr.sbin/sysinstall/ftp.c
parent5446062ac8d33adda2927d122e7fe4e7052c2666 (diff)
downloadFreeBSD-src-73cd477217779d7ee3e655b770b157dc8923c01c.zip
FreeBSD-src-73cd477217779d7ee3e655b770b157dc8923c01c.tar.gz
MACHINE is changed to "pc98" on FreeBSD/pc98.
Diffstat (limited to 'usr.sbin/sysinstall/ftp.c')
-rw-r--r--usr.sbin/sysinstall/ftp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/ftp.c b/usr.sbin/sysinstall/ftp.c
index c971b79..14fd74b 100644
--- a/usr.sbin/sysinstall/ftp.c
+++ b/usr.sbin/sysinstall/ftp.c
@@ -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
OpenPOWER on IntegriCloud