From f225445b222eb408d318a4af15bd62ca0c38acaf Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 5 Apr 2012 17:37:27 +0000 Subject: do not offer to select the security level in summary if msec is not installed --- perl-install/install/NEWS | 1 + perl-install/install/steps_interactive.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 711f5a3a3..ab9405c79 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,6 +1,7 @@ - log install settings (mga#3467 & mga#5209) - do not set security level to its own value on upgrade (mga#5147) - do not crash if msec isn't installed +- do not offer to select the security level in summary if msec is not installed Version 14.1 - 23 March 2012 diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index 6c369dbf6..f30dbec2b 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -984,7 +984,7 @@ sub summary { install::any::set_security($o); } }, - }; + } if -x "$::prefix/usr/sbin/msec"; push @l, { group => N("Security"), -- cgit v1.2.1