From 781c5f27d12a137381f2108f203834a9117f64c0 Mon Sep 17 00:00:00 2001 From: ligc Date: Mon, 12 Oct 2009 08:26:35 +0000 Subject: [PATCH] sort the output of lsdef git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4350 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/DBobjectdefs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm index ace15c07e..e0481855d 100644 --- a/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm +++ b/xCAT-server/lib/xcat/plugins/DBobjectdefs.pm @@ -2461,7 +2461,7 @@ sub defls } # for each object - foreach my $obj (keys %defhash) + foreach my $obj (sort keys %defhash) { unless ($obj)