From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 05:06:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47805106755B for ; Thu, 1 Jul 2010 05:06:05 +0000 (UTC) (envelope-from chrisstankevitz@yahoo.com) Received: from web52906.mail.re2.yahoo.com (web52906.mail.re2.yahoo.com [206.190.49.16]) by mx1.freebsd.org (Postfix) with SMTP id CBFAA8FC23 for ; Thu, 1 Jul 2010 05:06:04 +0000 (UTC) Received: (qmail 69076 invoked by uid 60001); 1 Jul 2010 05:06:01 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1277960761; bh=FkPihLSlLH6g5Q2PLB8ZhyFcm8HFdmkZ3IixkeFDl80=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=Sr737r2VoUiVGOI8n7PKSYsaUvCNlitPwU3H97p77qgrZ0qcQmFPo11tObB5fbUv8kTcJa9u5stCoZtj14pFGOj82jHxKfurxlisjuK5xK7ipkEPSwMHuPiQsBR0NgWhLboJR1V4QtLgVWCjr9hit2F5bqkXFrLVJCKm2NRuKzQ= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=MO8adBUe7qxhsk11J4p91V6lHddqX23azpOioTaXfHv3ya9fvJPujus2gwIBEG0xKWAIW8HjqFC4jY3GiKZ5Ko+w089vGh4Og+pYhvHtTSxOuAD9jxfcIY7HeW3oZlDxefg4nB61l3guVkV7tAKa6+xA82trl9Vi8gyyGZxSSKw=; Message-ID: <690422.67105.qm@web52906.mail.re2.yahoo.com> X-YMail-OSG: smCyt0EVM1kjzm9s5FSLvkuJa0Jd08vdBsKSXVBcv7Iqsm8 AgerDGc9rm6cpfU4eRx2oUgIIbhM5QjCodMjd8Unn.lh6ZnSgyO5NH1R6_cC CXSmTF34FdxAne6tRKr8Bt2AxTPX1x20i3ysUj.8ljKnZNsL.dxILjFtVz2s HulDmYkGm9QulbRvIteiKvip0cKIGy0O6r.IOvc7pa4QK2_C8dfZAjlBw513 taLhFScjrZeVlVl1aJqpjqbmfwgtrTO6fE2v9ZsUjewX_1LqgXL7JLyhTYzH cnSQOpv7P8AAKN3LKsG9a.UTObVoCx6w5yFVNvbqr4qCPmjMTpUl9hgKhOOz LDXdO2qIPxwC8l_AnVLA2mpY.IpPtjWcg6A-- Received: from [206.190.77.154] by web52906.mail.re2.yahoo.com via HTTP; Wed, 30 Jun 2010 22:06:01 PDT X-Mailer: YahooMailClassic/11.1.4 YahooMailWebService/0.8.104.274457 Date: Wed, 30 Jun 2010 22:06:01 -0700 (PDT) From: Chris Stankevitz To: Dan Nelson In-Reply-To: <20100701042525.GE50409@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: rc.conf: gnome_enable="YES" - which instructions executed? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2010 05:06:05 -0000 > From: Dan Nelson > > Q: Where on my hard drive can I find the instructions > > executed to "enable" GNOME? > > Try: > > grep "name=.*gnome" /usr/local/etc/rc.d/* Thank you. This command returns nothing, but it got me looking in the right place. There are multiple references to gnome_enable within files in this directory: /usr/local/etc/rc.d/ The references appear like so: grep gnome /usr/local/etc/rc.d/* hald:. /usr/local/etc/gnome.subr hald:hald_enable=${hald_enable-${gnome_enable}} Thank you, Chris