summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-10-04 13:05:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-10-04 13:05:07 +0000
commitb355c7624b8c48db238faefe40b59ca8ad886fba (patch)
tree2c1f1038dc33002cc7fea5f4bf826249731a4781 /perl-install/Xconfigurator.pm
parent88f4628c4f91a35a0d36dbf55e7bdb47e097dfe9 (diff)
downloaddrakx-backup-do-not-use-b355c7624b8c48db238faefe40b59ca8ad886fba.tar
drakx-backup-do-not-use-b355c7624b8c48db238faefe40b59ca8ad886fba.tar.gz
drakx-backup-do-not-use-b355c7624b8c48db238faefe40b59ca8ad886fba.tar.bz2
drakx-backup-do-not-use-b355c7624b8c48db238faefe40b59ca8ad886fba.tar.xz
drakx-backup-do-not-use-b355c7624b8c48db238faefe40b59ca8ad886fba.zip
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index fb9b0be10..203d184fe 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -1106,7 +1106,7 @@ Current configuration is:
exec qw(perl -e), q{
my $wm = shift;
for (my $nb = 30; $nb && `pidof "$wm"` > 0; $nb--) { sleep 1 }
- system("killall X ; killall -15 xdm gdm kdm autologin") unless `pidof "$wm"` > 0;
+ system("killall X ; killall -15 xdm gdm kdm prefdm") unless `pidof "$wm"` > 0;
}, $_;
}
$found = 1; last;