From owner-cvs-all Mon Oct 16 12:11:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7246E37B503; Mon, 16 Oct 2000 12:11:11 -0700 (PDT) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94068; Mon, 16 Oct 2000 12:11:11 -0700 (PDT) (envelope-from joe@FreeBSD.org) Message-Id: <200010161911.MAA94068@freefall.freebsd.org> From: Josef Karthauser Date: Mon, 16 Oct 2000 12:11:11 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pccard_ether src/etc/defaults pccard.conf X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/10/16 12:11:11 PDT Modified files: etc pccard_ether etc/defaults pccard.conf Log: Add an optional start/stop argument to pccard_ether, and migrate the 'ifconfig ifN delete' into pccard_ether under the 'stop' function. In addition start dhclient with a pid file based on the interface name, e.g. /var/run/dhclient.ep0.pid, and kill the correct dhclient (or dhcpc) process when the card is removed. Revision Changes Path 1.20 +81 -56 src/etc/pccard_ether 1.138 +301 -301 src/etc/defaults/pccard.conf To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message