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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to