summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-03-12 03:57:26 +0000
committerjkh <jkh@FreeBSD.org>2000-03-12 03:57:26 +0000
commitf5f929f515b3732dd41bc954df25e9152260d077 (patch)
treeb01032e6384860e6de866e07eb52da9349abffbd /release/sysinstall/install.c
parentae1ec22431a55d47ae6ea519516d64d71f6b6d68 (diff)
downloadFreeBSD-src-f5f929f515b3732dd41bc954df25e9152260d077.zip
FreeBSD-src-f5f929f515b3732dd41bc954df25e9152260d077.tar.gz
Remove PkgInteractive hack - it won't work like this.
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r--release/sysinstall/install.c2
1 files changed, 0 insertions, 2 deletions
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();
}
}
OpenPOWER on IntegriCloud