summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-09-24 06:44:00 +0000
committerjkh <jkh@FreeBSD.org>2000-09-24 06:44:00 +0000
commit197520a6f5bddf655427d52dae00f6086b44cb5a (patch)
treee0d32687a69811ff6555457c8d7cdf8d62261a95 /usr.sbin/sade/install.c
parent894e597ec76c598cf5c62a1fe6e4d6fcf83e9357 (diff)
downloadFreeBSD-src-197520a6f5bddf655427d52dae00f6086b44cb5a.zip
FreeBSD-src-197520a6f5bddf655427d52dae00f6086b44cb5a.tar.gz
One small tweak on the security profile code; don't be verbose if
setting up default values for an express/custom install. It would be confusing to see the informational popup completely out of context.
Diffstat (limited to 'usr.sbin/sade/install.c')
-rw-r--r--usr.sbin/sade/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index cc53f3e..14232c7 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -473,7 +473,7 @@ installExpress(dialogMenuItem *self)
if (DITEM_STATUS((i = installCommit(self))) == DITEM_SUCCESS) {
i |= DITEM_LEAVE_MENU;
/* Set default security level */
- configSecurityModerate(self);
+ configSecurityModerate(NULL);
/* Give user the option of one last configuration spree */
installConfigure();
@@ -645,7 +645,7 @@ installCustomCommit(dialogMenuItem *self)
i = installCommit(self);
if (DITEM_STATUS(i) == DITEM_SUCCESS) {
/* Set default security level */
- configSecurityModerate(self);
+ configSecurityModerate(NULL);
/* Give user the option of one last configuration spree */
installConfigure();
OpenPOWER on IntegriCloud