Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jan 1998 09:25:44 +1030
From:      Greg Lehey <grog@lemis.com>
To:        Jerome Culet <jculet@slip.net>
Cc:        Qeustion <questions@FreeBSD.ORG>
Subject:   Re: [Fwd: sys symlink]
Message-ID:  <19980119092544.64077@lemis.com>
In-Reply-To: <34C17E46.D590FE1C@slip.net>; from Jerome Culet on Sat, Jan 17, 1998 at 08:00:07PM -0800
References:  <34C17E46.D590FE1C@slip.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 17, 1998 at 08:00:07PM -0800, Jerome Culet wrote:
>
> I noticed that the sys link in the / directory is broken. wher should
> this link go and can I /should I repair it?

It should point to /usr/src/sys.  First, check whether it does:

   # ls -l /sys
   lrwxrwxrwx  1 root  wheel  11 Dec 20 01:03 /sys -> usr/src/sys

If it points anywhere else, do this:

   # rm /sys
   # ln -s /usr/src/sys /sys

If you don't have the directory /usr/src/sys, that's another problem.
You then need to install the sources.

Greg




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