Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2002 00:30:03 +0100
From:      Mark Santcroos <marks@ripe.net>
To:        Maksim Yevmenkin <myevmenk@exodus.net>
Cc:        Yoshinori KASAZAKI <mia@gold.ocn.ne.jp>, freebsd-current@FreeBSD.ORG
Subject:   Re: if_tap is working ?
Message-ID:  <20021220233002.GA756@laptop.6bone.nl>
In-Reply-To: <3E035696.2090909@exodus.net>
References:  <20021220235558.6c4352a6.mia@gold.ocn.ne.jp> <3E035696.2090909@exodus.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021220233002.GA756>