summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-23 12:12:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-23 12:12:19 +0000
commit334f1d91db6fd53b7ce8ce39a61388db4932337a (patch)
tree49ac24790ad028f4ae6ddfa088c48cd41e93a9fe
parentaa22e57ed10bf8085057facd223b3663b7acea4d (diff)
downloaddrakx-backup-do-not-use-334f1d91db6fd53b7ce8ce39a61388db4932337a.tar
drakx-backup-do-not-use-334f1d91db6fd53b7ce8ce39a61388db4932337a.tar.gz
drakx-backup-do-not-use-334f1d91db6fd53b7ce8ce39a61388db4932337a.tar.bz2
drakx-backup-do-not-use-334f1d91db6fd53b7ce8ce39a61388db4932337a.tar.xz
drakx-backup-do-not-use-334f1d91db6fd53b7ce8ce39a61388db4932337a.zip
(disable_user_view): damned kdmrc moved
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index aa5ecfb74..5d231498b 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -981,7 +981,7 @@ sub remove_advertising {
sub disable_user_view {
my ($prefix) = @_;
- substInFile { s/^UserView=.*/UserView=true/ } "$prefix/usr/share/config/kdmrc";
+ substInFile { s/^UserView=.*/UserView=true/ } "$prefix/usr/share/config/kdm/kdmrc";
substInFile { s/^Browser=.*/Browser=0/ } "$prefix/etc/X11/gdm/gdm.conf";
}