summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/ftp.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-12-06 00:47:54 +0000
committerjkh <jkh@FreeBSD.org>2000-12-06 00:47:54 +0000
commitd59144ac986fe8b15c85ac69762a63e26755f2b6 (patch)
tree29d0efaca3d6681aecd95c9dfee78bb548bf9aa1 /usr.sbin/sysinstall/ftp.c
parent2d9ab1884912c95652c1b52b3183db73d9451769 (diff)
downloadFreeBSD-src-d59144ac986fe8b15c85ac69762a63e26755f2b6.zip
FreeBSD-src-d59144ac986fe8b15c85ac69762a63e26755f2b6.tar.gz
Enable the same path deduction as for ftp install (great for snapshot tests)
Allow user to change proxy server Allow user to change ftp path Submitted by: pho
Diffstat (limited to 'usr.sbin/sysinstall/ftp.c')
-rw-r--r--usr.sbin/sysinstall/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/ftp.c b/usr.sbin/sysinstall/ftp.c
index ef602d5..0adfcd2 100644
--- a/usr.sbin/sysinstall/ftp.c
+++ b/usr.sbin/sysinstall/ftp.c
@@ -49,7 +49,7 @@ static FILE *OpenConn;
int FtpPort;
/* List of sub directories to look for under a given FTP server. */
-static const char *ftp_dirs[] = { ".", "releases/"MACHINE, "snapshots/"MACHINE,
+const char *ftp_dirs[] = { ".", "releases/"MACHINE, "snapshots/"MACHINE,
"pub/FreeBSD", "pub/FreeBSD/releases/"MACHINE,
"pub/FreeBSD/snapshots/"MACHINE, NULL };
OpenPOWER on IntegriCloud