summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 4844dc247..be496e49c 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -965,12 +965,6 @@ sub miscellaneousAfter {
$ENV{SECURE_LEVEL} = $o->{security}; #- deprecated with chkconfig 1.3.4-2mdk, uses /etc/sysconfig/msec
addToBeDone {
- mkdir_p("$o->{prefix}/etc/security/msec");
- symlink "server.$o->{security}", "$o->{prefix}/etc/security/msec/server" if $o->{security} > 3;
- setVarsInSh("$o->{prefix}/etc/sysconfig/msec", { SECURE_LEVEL => $o->{security} });
- } 'formatPartitions';
-
- addToBeDone {
setVarsInSh("$o->{prefix}/etc/sysconfig/system", {
CLASS => $::expert && 'expert' || 'beginner',
SECURITY => $o->{security},