From owner-freebsd-current Fri Dec 20 15:30:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 489EA37B401 for ; Fri, 20 Dec 2002 15:30:13 -0800 (PST) Received: from birch.ripe.net (birch.ripe.net [193.0.1.96]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2579B43EDE for ; Fri, 20 Dec 2002 15:30:12 -0800 (PST) (envelope-from marks@ripe.net) Received: from laptop.6bone.nl (cow.ripe.net [193.0.1.239]) by birch.ripe.net (8.12.5/8.11.6) with SMTP id gBKNTxvP002536; Sat, 21 Dec 2002 00:30:00 +0100 Received: (nullmailer pid 819 invoked by uid 1000); Fri, 20 Dec 2002 23:30:03 -0000 Date: Sat, 21 Dec 2002 00:30:03 +0100 From: Mark Santcroos To: Maksim Yevmenkin Cc: Yoshinori KASAZAKI , freebsd-current@FreeBSD.ORG Subject: Re: if_tap is working ? Message-ID: <20021220233002.GA756@laptop.6bone.nl> References: <20021220235558.6c4352a6.mia@gold.ocn.ne.jp> <3E035696.2090909@exodus.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E035696.2090909@exodus.net> User-Agent: Mutt/1.4i X-Handles: MS6-6BONE, MS18417-RIPE Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is coincidence, I was bored by this also today for making the symlink for the Nth time. Your patch however should be applied only on -CURRENT and not on -STABLE. (Also a 'ln -sf' would make the line above it unnecessary) If you could pursue this to a commit I and others would be very grateful ;-) Thanks Mark On Fri, Dec 20, 2002 at 09:42:46AM -0800, Maksim Yevmenkin wrote: > --- pre-install.orig Fri Dec 20 09:40:06 2002 > +++ pre-install Fri Dec 20 09:40:43 2002 > @@ -18,7 +18,8 @@ > mknod ${linux_dev}/null c 2 2 > chmod 666 ${linux_dev}/null > echo Creating vmnet1 node > -mknod /compat/linux/dev/vmnet1 c 149 65537 > +rm /compat/linux/dev/vmnet1 > +ln -s /dev/vmnet1 /compat/linux/dev/vmnet1 > echo Creating $linux_dev/hd\? > mknod ${linux_dev}/hda b 0 0x00010002 > mknod ${linux_dev}/hdb b 0 0x0001000a -- Mark Santcroos RIPE Network Coordination Centre http://www.ripe.net/home/mark/ New Projects Group/TTM To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message