diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-20 17:52:47 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-20 17:52:47 +0000 |
commit | eb8ec6300ad08687136cc291be3eea311754a736 (patch) | |
tree | 00461c82ade3511411555ef05863e56cade1bc18 /perl-install/install2.pm | |
parent | ee55d090aa6af13799c803588369418d4fcb5897 (diff) | |
download | drakx-eb8ec6300ad08687136cc291be3eea311754a736.tar drakx-eb8ec6300ad08687136cc291be3eea311754a736.tar.gz drakx-eb8ec6300ad08687136cc291be3eea311754a736.tar.bz2 drakx-eb8ec6300ad08687136cc291be3eea311754a736.tar.xz drakx-eb8ec6300ad08687136cc291be3eea311754a736.zip |
no_comment
Diffstat (limited to 'perl-install/install2.pm')
-rw-r--r-- | perl-install/install2.pm | 4 |
1 files changed, 1 insertions, 3 deletions
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; |