diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-09 14:43:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-09 14:43:12 +0000 |
commit | a56df9855337b3d41e775eaf5fac5e885b66d6ea (patch) | |
tree | 7d6c9b29ee1732ece24feeb3b6e13c7fb640c8a2 /perl-install/install_steps.pm | |
parent | 4faa73528a952916f83c0a827678da57fd2398ac (diff) | |
download | drakx-a56df9855337b3d41e775eaf5fac5e885b66d6ea.tar drakx-a56df9855337b3d41e775eaf5fac5e885b66d6ea.tar.gz drakx-a56df9855337b3d41e775eaf5fac5e885b66d6ea.tar.bz2 drakx-a56df9855337b3d41e775eaf5fac5e885b66d6ea.tar.xz drakx-a56df9855337b3d41e775eaf5fac5e885b66d6ea.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index f0d82694d..392f9bb81 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -449,7 +449,7 @@ Consoles 1,3,4,7 may also contain interesting information"; my $welcome = _("Welcome to %s", "HOSTNAME"); substInFile { s/^(GreetString)=.*/$1=$welcome/ } "$o->{prefix}/usr/share/config/kdmrc"; - substInFile { s/^(UserView)=false/$1=true/ } "$o->{prefix}/usr/share/config/kdmrc" if $o->{security} < 3; + substInFile { s/^(UserView)=true/$1=false/ } "$o->{prefix}/usr/share/config/kdmrc" if $o->{security} >= 3; run_program::rooted($o->{prefix}, "kdeDesktopCleanup"); #- konsole and gnome-terminal are lamers in exotic languages, link them to something better |