From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 15:47:56 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 7E732106566C for ; Thu, 1 Jul 2010 15:47:56 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from genesis-hsia.quadriga-www.com (199.141.dyn-adsl.customer.ch.easynet.net [217.8.199.141]) by mx1.freebsd.org (Postfix) with ESMTP id 35B688FC08 for ; Thu, 1 Jul 2010 15:47:55 +0000 (UTC) Received: from [192.168.12.11] (helo=kobe.laptop) by genesis-hsia.quadriga-www.com with esmtp (Exim 3.34 #1) id 1OULIi-0006DX-00; Thu, 01 Jul 2010 17:03:40 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.4/8.14.4) with ESMTP id o61F3dZ4003515 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Jul 2010 18:03:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.4/8.14.4/Submit) id o61F3d6r003512; Thu, 1 Jul 2010 18:03:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: Chris Stankevitz References: <80514.32728.qm@web52906.mail.re2.yahoo.com> Date: Thu, 01 Jul 2010 18:03:38 +0300 In-Reply-To: <80514.32728.qm@web52906.mail.re2.yahoo.com> (Chris Stankevitz's message of "Wed, 30 Jun 2010 21:10:41 -0700 (PDT)") Message-ID: <87iq4zi6r9.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) 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 15:47:56 -0000 On Wed, 30 Jun 2010 21:10:41 -0700 (PDT), Chris Stankevitz wrote: > My rc.conf file has this entry: gnome_enable="YES" > > Q: Where on my hard drive can I find the instructions executed to "enable" GNOME? > > A: /usr/local/etc/rc.d/gnome [bad answer: file does not exist] gnome_enable is a 'default' option that enables some services that make GNOME desktop experience a bit more useful & pleasurable. You can see which services default to "YES" by running: keramida@kobe:/home/keramida$ cd /usr/local/etc/rc.d keramida@kobe:/usr/local/etc/rc.d$ fgrep -l gnome_enable * avahi-daemon avahi-dnsconfd dbus gdm hald keramida@kobe:/usr/local/etc/rc.d$