From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 1 13:04:58 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 3CD7B16A47D for ; Fri, 1 Feb 2008 13:04:58 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id BDC1C13C4E8 for ; Fri, 1 Feb 2008 13:04:57 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1059994fgg.35 for ; Fri, 01 Feb 2008 05:04:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=rt4BTmLvO+G99ockA3XwBiPNnyaiOpzUnv6J6jxbqKM=; b=GCnxMW0EeYOngLSWIYb4MiSQeudmOB69By1dSIkCaxdJL90f0FgWQpvLvmneixA4QTnrhiIofr0Tt69dKgto5BnsVsUdiniaTw2ErxUGxKyXQ9crjJodPYoGXp8fn3sg0UT6kZ/LHd/aLD1rRA9EwoKr3En3o88IZYp1VGP/Ues= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=T7jz9fwGb+cOMBzf5Q3sJF3s2RiXuquiPrm7v5hAdMlPeMdphxFe1qqDTb0OpC2KUjo99MH2PG4xylGJb3C6hXA+gR1S6EJPVjq61VxvObdc1WnZpAVG6c1PidjM5ynobHoj6tLDkNyCL9OpW3dH3SKMgqoFofoKQvXRkWcU/vc= Received: by 10.86.50.8 with SMTP id x8mr3148184fgx.30.1201871096446; Fri, 01 Feb 2008 05:04:56 -0800 (PST) Received: from ?192.168.12.166? ( [213.152.137.38]) by mx.google.com with ESMTPS id 3sm477785fge.7.2008.02.01.05.04.54 (version=SSLv3 cipher=RC4-MD5); Fri, 01 Feb 2008 05:04:55 -0800 (PST) Message-ID: <47A318F3.6040206@gmail.com> Date: Fri, 01 Feb 2008 16:04:51 +0300 From: sam User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Eygene Ryabinkin References: <47A2E647.20503@gmail.com> <20080201105111.GC15719@server.vk2pj.dyndns.org> <47A2FD4F.4090609@gmail.com> <1201867184.2975.30.camel@localhost> In-Reply-To: Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 01 Feb 2008 13:04:58 -0000 Eygene Ryabinkin wrote: > Fri, Feb 01, 2008 at 11:59:44AM +0000, Tom Evans wrote: > >> Sam: what is the output of >> grep local_startup /etc/rc.conf /etc/defaults/rc.conf >> > > And is your /usr/X11R6 symlinked to /usr/local? > have this symlink /Vladimir Ermakov