From eb8ec6300ad08687136cc291be3eea311754a736 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Dec 1999 17:52:47 +0000 Subject: no_comment --- perl-install/install2.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/install2.pm') diff --git a/perl-install/install2.pm b/perl-install/install2.pm index 77af259fd..75941b1c2 100644 --- a/perl-install/install2.pm +++ b/perl-install/install2.pm @@ -373,8 +373,6 @@ sub miscellaneous { local $ENV{LILO_PASSWORD} = $o->{lilo}{password}; run_program::rooted($o->{prefix}, "/etc/security/msec/init.sh", $o->{security}); - chmod 0755, map { "$o->{prefix}/etc/X11/$_" } qw(xdm/Xsession xinit/xinitrc); - } 'doInstallStep'; } @@ -469,7 +467,7 @@ sub exitInstall { $o->exitInstall(getNextStep() eq "exitInstall") } #- MAIN #-###################################################################################### sub main { - $SIG{__DIE__} = sub { chomp(my $err = $_[0]); log::l("WARNING: $err") }; + $SIG{__DIE__} = sub { chomp(my $err = $_[0]); log::l("warning: $err") }; $::beginner = $::expert = $::g_auto_install = 0; -- cgit v1.2.1