summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-09-13 14:04:40 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-09-13 14:04:40 +0000
commit999a60f68ccafc768789f6aa8a7f33bbb5ec1dd2 (patch)
tree0e1404ce136d844e553608ad7140d31272c5d090 /perl-install/install_steps.pm
parenta47a5c4df46f77c4432d2f60f822650ce8171af6 (diff)
downloaddrakx-backup-do-not-use-999a60f68ccafc768789f6aa8a7f33bbb5ec1dd2.tar
drakx-backup-do-not-use-999a60f68ccafc768789f6aa8a7f33bbb5ec1dd2.tar.gz
drakx-backup-do-not-use-999a60f68ccafc768789f6aa8a7f33bbb5ec1dd2.tar.bz2
drakx-backup-do-not-use-999a60f68ccafc768789f6aa8a7f33bbb5ec1dd2.tar.xz
drakx-backup-do-not-use-999a60f68ccafc768789f6aa8a7f33bbb5ec1dd2.zip
in kdmrc GreetString, magic string HOSTNAME replaced by %n
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 8271c4fc6..e63e7355a 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -446,7 +446,7 @@ Consoles 1,3,4,7 may also contain interesting information";
# log::l("updating kde icons according to available devices");
# install_any::kdeicons_postinstall($o->{prefix});
- my $welcome = any::to_utf8(_("Welcome to %s", "HOSTNAME"));
+ my $welcome = any::to_utf8(_("Welcome to %s", '%n'));
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");