From owner-cvs-all@FreeBSD.ORG Tue Feb 3 18:55:47 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CC89016A4CE; Tue, 3 Feb 2004 18:55:47 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 034D243D41; Tue, 3 Feb 2004 18:55:47 -0800 (PST) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i142tk0B014860; Tue, 3 Feb 2004 18:55:46 -0800 (PST) (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i142tkpS014859; Tue, 3 Feb 2004 18:55:46 -0800 (PST) (envelope-from brooks) Message-Id: <200402040255.i142tkpS014859@repoman.freebsd.org> From: Brooks Davis Date: Tue, 3 Feb 2004 18:55:46 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig ifconfig.8 ifconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2004 02:55:48 -0000 brooks 2004/02/03 18:55:46 PST FreeBSD src repository Modified files: sbin/ifconfig ifconfig.8 ifconfig.c Log: Add ifconfig support for network interface renaming. In the process, reorganize the printing of the interface name when using wildcard cloning so it is not printed if it we either immediately rename or destroy the interface. Reviewed by: ru Revision Changes Path 1.73 +7 -1 src/sbin/ifconfig/ifconfig.8 1.95 +42 -2 src/sbin/ifconfig/ifconfig.c