]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Sort the list results by the unit number. The list returned by the
authorDima Dorfman <dd@FreeBSD.org>
Thu, 22 Dec 2005 10:32:11 +0000 (10:32 +0000)
committerDima Dorfman <dd@FreeBSD.org>
Thu, 22 Dec 2005 10:32:11 +0000 (10:32 +0000)
commit7e06d7bcbc39518d9984a07ab19116a9f050a176
tree4a0c42e2f5a77dfe8280748654f472ea6fe00d50
parent0014abfcc412e5ed4440bb2577345b8c5a67e9dd
Sort the list results by the unit number. The list returned by the
kernel is in the order the devices were made, which is not useful to
the user. Also, remove the "%d more" test since the kernel does not
return the complete count in md_pad[0] (maybe it should?).

Submitted by: Wojciech A. Koszek
sbin/mdconfig/mdconfig.c