summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2015-12-07 00:37:58 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2015-12-07 00:37:58 +0100
commit95463880b919bd58d5243f122fd1180ca6559ffd (patch)
treee2a232c71c1fa34ac16d3f54d1fbc34eaa6bf961
parent721ffa4554a13244b8f98d6e3fcf575e6855c5aa (diff)
downloaddrakx-95463880b919bd58d5243f122fd1180ca6559ffd.tar
drakx-95463880b919bd58d5243f122fd1180ca6559ffd.tar.gz
drakx-95463880b919bd58d5243f122fd1180ca6559ffd.tar.bz2
drakx-95463880b919bd58d5243f122fd1180ca6559ffd.tar.xz
drakx-95463880b919bd58d5243f122fd1180ca6559ffd.zip
Do not modify kdmrc as we do not use kdm anymore
-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 4b2f67cc7..f6a106553 100644
--- a/perl-install/install/any.pm
+++ b/perl-install/install/any.pm
@@ -1563,8 +1563,8 @@ sub remove_advertising() {
}
sub disable_user_view() {
- substInFile { s/^UserView=.*/UserView=true/ } "$::prefix/etc/kde/kdm/kdmrc";
substInFile { s/^Browser=.*/Browser=0/ } "$::prefix/etc/X11/gdm/custom.conf";
+ #TODO: Needed for sddm ?
}
sub set_security {