Date: Thu, 22 Dec 2005 10:32:11 +0000 (UTC) From: Dima Dorfman <dd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/mdconfig mdconfig.c Message-ID: <200512221032.jBMAWBHG097946@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dd 2005-12-22 10:32:11 UTC FreeBSD src repository Modified files: sbin/mdconfig mdconfig.c Log: 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 Revision Changes Path 1.46 +13 -3 src/sbin/mdconfig/mdconfig.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512221032.jBMAWBHG097946>