From owner-cvs-all Thu Feb 17 21:49:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 80B5637B9D0; Thu, 17 Feb 2000 21:49:11 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96867; Thu, 17 Feb 2000 21:49:11 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200002180549.VAA96867@freefall.freebsd.org> From: Robert Watson Date: Thu, 17 Feb 2000 21:49:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc MAKEDEV Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rwatson 2000/02/17 21:49:10 PST Modified files: etc MAKEDEV Log: Modify MAKEDEV to create four bpf devices instead of one when doing a MAKEDEV all, making DHCP on multiple interfaces happier, and allowing use of tcpdump to to debug DHCP, without creating more devices. (we need devfs) Modify MAKEDEV to create four tun devices in MAKEDEV all as well, since we're being gratuitous with network pseudo-devices. (we need devfs) Approved by: The Hubbard Revision Changes Path 1.242 +3 -2 src/etc/MAKEDEV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message