From 70bc1f86719f666766c6abab18cb0bcc9b8be7f8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Jan 2003 16:22:22 +0000 Subject: do not use supermount by default --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 3fbfb82e7..bf8a1486c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -954,7 +954,7 @@ sub miscellaneous { } sub miscellaneousAfter { my ($o) = @_; - add2hash_ $o, { useSupermount => 1 && $o->{security} < 4 && arch() !~ /sparc/ && !$::corporate }; + add2hash_ $o, { useSupermount => 0 }; $ENV{SECURE_LEVEL} = $o->{security}; #- deprecated with chkconfig 1.3.4-2mdk, uses /etc/sysconfig/msec -- cgit v1.2.1