From owner-freebsd-bugs@FreeBSD.ORG Sat May 15 21:40:09 2010 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B1BC106566B for ; Sat, 15 May 2010 21:40:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (unknown [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 018168FC1B for ; Sat, 15 May 2010 21:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4FLe8gB002053 for ; Sat, 15 May 2010 21:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4FLe83b002052; Sat, 15 May 2010 21:40:08 GMT (envelope-from gnats) Date: Sat, 15 May 2010 21:40:08 GMT Message-Id: <201005152140.o4FLe83b002052@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Cc: Subject: Re: bin/76362: [patch] sys directory link points to wrong location X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2010 21:40:09 -0000 The following reply was made to PR bin/76362; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org, swhetzel@gmail.com Cc: Subject: Re: bin/76362: [patch] sys directory link points to wrong location Date: Sat, 15 May 2010 23:34:59 +0200 I would recommend to always make it such that /usr/src are the sources corresponding to what this machine is running. That means either a directory (if you use just one branch) or a symlink to the actual location. The /sys symlink can then be left unchanged, and this patch is not needed. -- Jilles Tjoelker