From 16e63bb830daf38686151b5f3475d8f67efbfcae Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 8 Jul 1996 11:07:08 +0000 Subject: [PATCH] Same tweak. --- release/sysinstall/media.c | 3 ++- usr.sbin/sysinstall/media.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index 58b0f5af0c8..ae5e66f0a99 100644 --- a/release/sysinstall/media.c +++ b/release/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.46 1996/07/08 08:54:29 jkh Exp $ + * $Id: media.c,v 1.47 1996/07/08 10:08:12 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -271,6 +271,7 @@ mediaSetFTP(dialogMenuItem *self) } else if (!strcmp(cp, "other")) { variable_set2(VAR_FTP_PATH, "ftp://"); + dialog_clear(); cp = variable_get_value(VAR_FTP_PATH, "Please specify the URL of a FreeBSD distribution on a\n" "remote ftp site. This site must accept either anonymous\n" "ftp or you should have set an ftp username and password\n" diff --git a/usr.sbin/sysinstall/media.c b/usr.sbin/sysinstall/media.c index 58b0f5af0c8..ae5e66f0a99 100644 --- a/usr.sbin/sysinstall/media.c +++ b/usr.sbin/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.46 1996/07/08 08:54:29 jkh Exp $ + * $Id: media.c,v 1.47 1996/07/08 10:08:12 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -271,6 +271,7 @@ mediaSetFTP(dialogMenuItem *self) } else if (!strcmp(cp, "other")) { variable_set2(VAR_FTP_PATH, "ftp://"); + dialog_clear(); cp = variable_get_value(VAR_FTP_PATH, "Please specify the URL of a FreeBSD distribution on a\n" "remote ftp site. This site must accept either anonymous\n" "ftp or you should have set an ftp username and password\n"