aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/main.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-24 09:00:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-24 09:00:58 +0000
commitbef64909046b92d451a3e616f3bbc588bfc77d26 (patch)
tree950b9e3cd767f4528ac7f27b7809a368cf47d34c /usr.sbin/sysinstall/main.c
parent2f2a4e7a4a816605263982bffd4fbdc808d591cd (diff)
downloadsrc-bef64909046b92d451a3e616f3bbc588bfc77d26.tar.gz
src-bef64909046b92d451a3e616f3bbc588bfc77d26.zip
Sync to latest ftp-capable sysinstall. We're getting there!
Notes
Notes: svn path=/head/; revision=8722
Diffstat (limited to 'usr.sbin/sysinstall/main.c')
-rw-r--r--usr.sbin/sysinstall/main.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index dfcf71720f31..e106250bb527 100644
--- a/usr.sbin/sysinstall/main.c
+++ b/usr.sbin/sysinstall/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: main.c,v 1.7 1995/05/16 11:37:17 jkh Exp $
+ * $Id: main.c,v 1.8 1995/05/17 14:39:49 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -64,6 +64,9 @@ main(int argc, char **argv)
/* Default to English */
lang_set_English(NULL);
+ /* Default to passive mode ftp since it's the only thing we currently support :-( */
+ variable_set2("ftpPassive", "yes");
+
/* Begin user dialog at outer menu */
while (1) {
choice = scroll = curr = max = 0;