From 6ff0b3b86b135754a727e9edbd1a54b69774d91f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 2 May 1996 10:09:45 +0000 Subject: [PATCH] Clear the TCP/IP device configuration screen away after we invoke it. --- release/sysinstall/install.c | 3 ++- usr.sbin/sade/install.c | 3 ++- usr.sbin/sysinstall/install.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 0e4f0e51509..c978c0ca371 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.94 1996/04/30 05:23:46 jkh Exp $ + * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self) /* This will also set the media device, which we don't want */ tcpDeviceSelect(); mediaDevice = save; + dialog_clear(); } } diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 0e4f0e51509..c978c0ca371 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.94 1996/04/30 05:23:46 jkh Exp $ + * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self) /* This will also set the media device, which we don't want */ tcpDeviceSelect(); mediaDevice = save; + dialog_clear(); } } diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index 0e4f0e51509..c978c0ca371 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.94 1996/04/30 05:23:46 jkh Exp $ + * $Id: install.c,v 1.95 1996/04/30 06:02:51 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -390,6 +390,7 @@ installNovice(dialogMenuItem *self) /* This will also set the media device, which we don't want */ tcpDeviceSelect(); mediaDevice = save; + dialog_clear(); } }