From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 4 09:40:25 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B38216A419 for ; Mon, 4 Feb 2008 09:40:25 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1C0C413C461 for ; Mon, 4 Feb 2008 09:40:24 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Message-ID:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender:X-Spam-Status:Subject; b=qfeCtEq/+SGjBOfaSdFaG+wiIUW0+1CYr00X6EyzaJYTKYKqhn8YLr/PDK7r0ICx6F8GG0egNz/NuaGvPdUmAa9perPa41CsuB9llbKvRsFRLe8WohiAQdkVOUgSPHvpJCK/gZyYQrGCpB7pHVmUr7+8P2sKdyWtcVGc96mJ7CI=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1JLxV4-0009Ly-RH; Mon, 04 Feb 2008 12:20:26 +0300 Date: Mon, 4 Feb 2008 12:20:25 +0300 From: Eygene Ryabinkin To: sam Message-ID: References: <47A2E647.20503@gmail.com> <20080201105111.GC15719@server.vk2pj.dyndns.org> <47A2FD4F.4090609@gmail.com> <1201867184.2975.30.camel@localhost> <47A318F3.6040206@gmail.com> <8BK9hGY47q693Ae/THmLm0+ESYM@lAQxaF3PeR+wzAYKIeRVhQKEwXM> <47A6D335.2000902@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <47A6D335.2000902@gmail.com> Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.9 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Cc: Tom Evans , freebsd-hackers@freebsd.org Subject: Re: double start of scripts in /usr/local/etc/rc.d X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2008 09:40:25 -0000 Mon, Feb 04, 2008 at 11:56:21AM +0300, sam wrote: >> Then remove /usr/X11R6/etc from the local_startup variable >> (in /etc/rc.conf and/or in /etc/defaults/rc.conf) and enjoy single >> startup of scripts ;)) > > thx > iam deleted this symlink No, no, no: you should not remove the symlink itself. By the immortal words of Kris Kennaway in /usr/ports/UPDATING: ----- When the merge operation completes successfully, the /usr/X11R6 directory hierarchy will be removed and replaced by a symlink to /usr/local. This symlink is necessary because some binary ports (and some remaining source ports) have hard-coded references to /usr/X11R6. ----- So you can hit the problem of hard-coded references. Just remove the string /usr/X11R6/etc from startup configuration as was described above. -- Eygene