From af3b22a54412f21cee62a066811582560205256d Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 6 Nov 1994 04:34:46 +0000 Subject: [PATCH] remember to tell dialog that we leave. --- sbin/sysinstall/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sbin/sysinstall/main.c b/sbin/sysinstall/main.c index 0afcac7189f9..c7ec57e1bbf0 100644 --- a/sbin/sysinstall/main.c +++ b/sbin/sysinstall/main.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: main.c,v 1.10 1994/11/01 10:10:24 phk Exp $ + * $Id: main.c,v 1.11 1994/11/06 04:05:45 phk Exp $ * */ @@ -72,6 +72,8 @@ main(int argc, char **argv) if (getpid() != 1) { stage0(); stage1(); + end_dialog(); + dialog_active=0; } else if (!access("/this_is_boot_flp",R_OK)) { stage0(); stage1();