Received: by mail.netbsd.org (Postfix, from userid 605) id C2B8814A368; Sat, 28 Jan 2012 15:01:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EC04114A365 for ; Sat, 28 Jan 2012 15:01:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id iq1WIg3IjvII for ; Sat, 28 Jan 2012 15:01:44 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 278D514A360 for ; Sat, 28 Jan 2012 15:01:44 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57975175DD; Sat, 28 Jan 2012 15:01:44 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 28 Jan 2012 15:01:44 +0000 From: "Marc Balmer" Subject: CVS commit: src/sbin/ifconfig To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120128150144.57975175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Marc Balmer" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: mbalmer Date: Sat Jan 28 15:01:44 UTC 2012 Modified Files: src/sbin/ifconfig: ifconfig.8 ifconfig.c Log Message: When ifconfig is invoked without any arguments, display the list of all network interfaces (equivalent to ifconfig -a), instead of displaying the usage. (This is consistent with the behaviour on FreeBSD and OpenBSD.) To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sbin/ifconfig/ifconfig.8 cvs rdiff -u -r1.226 -r1.227 src/sbin/ifconfig/ifconfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.