From 40c32e3cf8cc20d9d3a582de5685efc525ae67f7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 3 Apr 2008 03:21:08 +0000 Subject: - drakboot: o stop workarounding glibc misconfiguration when listing users (#38116), it is now handled in MDK::Common (see #34279) --- perl-install/NEWS | 3 +++ perl-install/standalone/drakboot | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index 7c4460900..5873bbb77 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakboot: + o stop workarounding glibc misconfiguration when listing users + (#38116), it is now handled in MDK::Common (see #34279) - draksplash: o do not write decimal values in theme config (#38271) diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index d0a8ef826..d00008ff1 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -171,7 +171,7 @@ sub splash_choice() { } sub autologin_choice() { - my @users = uniq(sort(list_users())); + my @users = sort(list_users()); my @sessions = sort(split(' ', `/usr/sbin/chksession -l`)); my $x_mode = Xconfig::various::runlevel() == 5; -- cgit v1.2.1