From owner-cvs-sbin Sat May 10 07:48:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA07093 for cvs-sbin-outgoing; Sat, 10 May 1997 07:48:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA07066; Sat, 10 May 1997 07:48:04 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA26328; Sat, 10 May 1997 07:47:35 -0700 (PDT) Date: Sat, 10 May 1997 07:47:35 -0700 (PDT) Message-Id: <199705101447.HAA26328@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.c ifconfig.h ifmedia.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/05/10 07:47:35 Modified: sbin/ifconfig ifconfig.c ifconfig.h ifmedia.c Log: Grumble.. My last patchup here didn't quite work either. I hate this program and it's use of global variables. Somehow, I managed to miss the most obvious case.. "ifconfig ed0 10.0.0.1" failed (no "inet") Submitted by: dfr Revision Changes Path 1.29 +34 -22 src/sbin/ifconfig/ifconfig.c 1.2 +5 -4 src/sbin/ifconfig/ifconfig.h 1.2 +7 -4 src/sbin/ifconfig/ifmedia.c