From b58889f613cfb9fad71b34d7bc64efbdfbd53575 Mon Sep 17 00:00:00 2001 From: Stew Benedict Date: Mon, 28 Feb 2005 21:11:41 +0000 Subject: Bugzilla 13998 - Sort list of nbis. --- perl-install/standalone/drakTermServ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakTermServ') diff --git a/perl-install/standalone/drakTermServ b/perl-install/standalone/drakTermServ index b28dc80b6..9ca39ef0d 100755 --- a/perl-install/standalone/drakTermServ +++ b/perl-install/standalone/drakTermServ @@ -815,7 +815,7 @@ sub clear_nbi { sub update_list { my ($list_model) = @_; $list_model->clear; - $list_model->append_set(0, $_) foreach grep { /\.nbi/ } all($tftpboot); + $list_model->append_set(0, $_) foreach grep { /\.nbi/ } sort(all($tftpboot)); } sub build_n_update { -- cgit v1.2.1