diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-04-07 19:43:10 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-04-07 19:43:10 +0000 |
commit | 0b366c9c7b8de6fdd042c524d22a0d47ec8f248c (patch) | |
tree | 1b54d109e85d99e135cd522e889437058481a438 /perl-install/install/steps_interactive.pm | |
parent | 144659654bb94d3b534dcd4c4116c49ce2b32bb8 (diff) | |
download | drakx-0b366c9c7b8de6fdd042c524d22a0d47ec8f248c.tar drakx-0b366c9c7b8de6fdd042c524d22a0d47ec8f248c.tar.gz drakx-0b366c9c7b8de6fdd042c524d22a0d47ec8f248c.tar.bz2 drakx-0b366c9c7b8de6fdd042c524d22a0d47ec8f248c.tar.xz drakx-0b366c9c7b8de6fdd042c524d22a0d47ec8f248c.zip |
(summary) add a FIXME note (mga#4680)
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r-- | perl-install/install/steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm index f30dbec2b..e1f2e7bd5 100644 --- a/perl-install/install/steps_interactive.pm +++ b/perl-install/install/steps_interactive.pm @@ -985,6 +985,7 @@ sub summary { } }, } if -x "$::prefix/usr/sbin/msec"; + # FIXME: install msec if needed instead push @l, { group => N("Security"), |