summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot
index 1d71f6bd8..08ce80345 100755
--- a/perl-install/standalone/drakboot
+++ b/perl-install/standalone/drakboot
@@ -171,7 +171,7 @@ sub splash_choice() {
}
sub autologin_choice() {
- my @users = sort(list_users());
+ my @users = uniq(sort(list_users()));
my @sessions = sort(split(' ', `/usr/sbin/chksession -l`));
my $x_mode = Xconfig::various::runlevel() == 5;