summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/ftp.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-24 17:49:20 +0000
committerjkh <jkh@FreeBSD.org>1995-05-24 17:49:20 +0000
commit797e22942291434810a2da358181b88873dbaad7 (patch)
tree762fbec430b8525db7d4734b54d370cda221b977 /usr.sbin/sysinstall/ftp.c
parent50dca2ce42c02340a5499e4c514d10775dc1a2f9 (diff)
downloadFreeBSD-src-797e22942291434810a2da358181b88873dbaad7.zip
FreeBSD-src-797e22942291434810a2da358181b88873dbaad7.tar.gz
Bring everybody up to date on my morning's work.
1. Fix a few bugs in the ftp installation code and implement proper ftp and network shutdown routines. 2. Clean up the menus a fair bit - add a FreeBSD configuration menu. 3. Eliminate the last of the "chaining" - the installation now does the most obvious thing in the most obvious cases and doesn't present you with more menus than you were expecting. This makes it necessary to be a little more explicit in places, but it's still less confusing. 4. Add a few more safety nets for the user. Change a few hard-and-fast limits to warnings (it now runs as non-root, Bruce). 5. Add descriptions for all the supported ethernet cards. 6. Make the cpio floppy extract put up a menu requesting the drive you wish to use if you have more than one; don't just always assume drive A.
Diffstat (limited to 'usr.sbin/sysinstall/ftp.c')
-rw-r--r--usr.sbin/sysinstall/ftp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/ftp.c b/usr.sbin/sysinstall/ftp.c
index d21e34d..90f29ae 100644
--- a/usr.sbin/sysinstall/ftp.c
+++ b/usr.sbin/sysinstall/ftp.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: ftp.c,v 1.3 1995/05/24 09:00:19 jkh Exp $
+ * $Id: ftp.c,v 1.4 1995/05/24 11:19:10 gpalmer Exp $
*
*/
@@ -268,7 +268,7 @@ FtpGet(FTP_t ftp, char *file)
if (ftp->passive) {
debug(ftp, "LIBFTP: send <%s>\n","PASV");
if (writes(ftp->fd_ctrl,"PASV\r\n"))
- return -1;*/
+ return -1;
i = get_a_number(ftp,&q);
if (i != 227)
return -1;
OpenPOWER on IntegriCloud