From owner-cvs-sbin Sat May 3 23:30:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA12030 for cvs-sbin-outgoing; Sat, 3 May 1997 23:30:37 -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 XAA11920; Sat, 3 May 1997 23:28:10 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA28497; Sat, 3 May 1997 23:27:46 -0700 (PDT) Date: Sat, 3 May 1997 23:27:46 -0700 (PDT) Message-Id: <199705040627.XAA28497@freefall.freebsd.org> To: CVS-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/ifconfig ifconfig.h Makefile ifconfig.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 97/05/03 23:27:45 Modified: sbin/ifconfig Makefile ifconfig.c Added: sbin/ifconfig ifconfig.h Log: Commit hooks for ifmedia support. It's optional in the Makefile, and can be trivially disabled. Revision Changes Path 1.10 +7 -1 src/sbin/ifconfig/Makefile 1.27 +25 -2 src/sbin/ifconfig/ifconfig.c