diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-09-07 14:24:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-09-07 14:24:19 +0000 |
commit | 1de4cfda7c53c0009b527b0901883e64d4cd664f (patch) | |
tree | 388610218fa6d997229680c6a8497dbbf51284d4 /perl-install/install_steps.pm | |
parent | 4ef128d3947627673f2f9fdac760cdb6f203dc53 (diff) | |
download | drakx-1de4cfda7c53c0009b527b0901883e64d4cd664f.tar drakx-1de4cfda7c53c0009b527b0901883e64d4cd664f.tar.gz drakx-1de4cfda7c53c0009b527b0901883e64d4cd664f.tar.bz2 drakx-1de4cfda7c53c0009b527b0901883e64d4cd664f.tar.xz drakx-1de4cfda7c53c0009b527b0901883e64d4cd664f.zip |
s|kdmrc|kdm/kdmrc|
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 0f0da35bb..7c25d3262 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -447,7 +447,7 @@ Consoles 1,3,4,7 may also contain interesting information"; # install_any::kdeicons_postinstall($o->{prefix}); my $welcome = any::to_utf8(_("Welcome to %s", "HOSTNAME")); - substInFile { s/^(GreetString)=.*/$1=$welcome/ } "$o->{prefix}/usr/share/config/kdmrc"; + substInFile { s/^(GreetString)=.*/$1=$welcome/ } "$o->{prefix}/usr/share/config/kdm/kdmrc"; install_any::disable_user_view($o->{prefix}) if $o->{security} >= 3 || $o->{authentication}{NIS}; run_program::rooted($o->{prefix}, "kdeDesktopCleanup"); |