From f5f929f515b3732dd41bc954df25e9152260d077 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 12 Mar 2000 03:57:26 +0000 Subject: Remove PkgInteractive hack - it won't work like this. --- release/sysinstall/install.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'release/sysinstall/install.c') diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 29a4ca4..6e12945 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -571,14 +571,12 @@ nodisks: "response to the CRYPTO distribution dialog. Do you want to try and\n" "load the rsaref package from the current media? Some restrictions on\n" "usage may apply, so be sure to read the package installation output!")) { - PkgInteractive = TRUE; dialog_clear(); if (DITEM_STATUS(package_add("rsaref")) != DITEM_SUCCESS) { msgConfirm("Unable to find an rsaref package on the current intallation media.\n" "You may wish to switch media types and try again, perhaps\n" "from an FTP server which carries this package."); } - PkgInteractive = FALSE; dialog_clear(); } } -- cgit v1.1