From owner-cvs-src@FreeBSD.ORG Sat Nov 6 09:56:28 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4484516A4CE; Sat, 6 Nov 2004 09:56:28 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1042543D5C; Sat, 6 Nov 2004 09:56:28 +0000 (GMT) (envelope-from dd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA69uRtR083757; Sat, 6 Nov 2004 09:56:27 GMT (envelope-from dd@repoman.freebsd.org) Received: (from dd@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA69uRat083756; Sat, 6 Nov 2004 09:56:27 GMT (envelope-from dd) Message-Id: <200411060956.iA69uRat083756@repoman.freebsd.org> From: Dima Dorfman Date: Sat, 6 Nov 2004 09:56:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/mdconfig mdconfig.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 09:56:28 -0000 dd 2004-11-06 09:56:27 UTC FreeBSD src repository Modified files: sbin/mdconfig mdconfig.c Log: If there aren't any devices to list, output nothing instead of an empty line. This is consistent with other utilities. While I'm here, remove artifacts of the previous list implementation. Revision Changes Path 1.36 +2 -10 src/sbin/mdconfig/mdconfig.c