From owner-cvs-all Sun Oct 29 18:42: 9 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 76CB537B4C5; Sun, 29 Oct 2000 18:42:05 -0800 (PST) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA13707; Sun, 29 Oct 2000 18:42:05 -0800 (PST) (envelope-from joe@FreeBSD.org) Message-Id: <200010300242.SAA13707@freefall.freebsd.org> From: Josef Karthauser Date: Sun, 29 Oct 2000 18:42:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc pccard_ether X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG joe 2000/10/29 18:42:05 PST Modified files: (Branch: RELENG_4) etc pccard_ether Log: MFC: Revisions 1.19 - 1.21 For reference: o Add an optional start/stop argument to pccard_ether to allow pccard_ether to bring an interface down as well as up. o Start the dhcp client with a pid file based on the interface name, i.e. /var/run/dbclient.ep0.pid, and use this to kill the dhcp client when evoked with a 'stop' argument. o Stop passing the optional ifconfig arguments to dhcpc as well as ifconfig. This bug has been here since revision 1.8. Revision Changes Path 1.15.2.4 +81 -56 src/etc/pccard_ether To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message