diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-25 12:06:45 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-25 12:06:45 +0000 |
commit | 66f809314490471dc468aee6397ad46fc315a1f6 (patch) | |
tree | 96fd3cddde06e2a5514d98a797919aa80def0adb /perl-install/Xconfigurator.pm | |
parent | 8dc071939b214cfad634146ed1a93923e7b1b780 (diff) | |
download | drakx-backup-do-not-use-66f809314490471dc468aee6397ad46fc315a1f6.tar drakx-backup-do-not-use-66f809314490471dc468aee6397ad46fc315a1f6.tar.gz drakx-backup-do-not-use-66f809314490471dc468aee6397ad46fc315a1f6.tar.bz2 drakx-backup-do-not-use-66f809314490471dc468aee6397ad46fc315a1f6.tar.xz drakx-backup-do-not-use-66f809314490471dc468aee6397ad46fc315a1f6.zip |
no_comment
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index b9e008c1b..b63985024 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -1099,7 +1099,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") unless `pidof "$wm"` > 0; + system("killall X ; killall -15 xdm gdm kdm autologin") unless `pidof "$wm"` > 0; }, $_; } $found = 1; last; |