Date: Thu, 01 Jul 2010 18:03:38 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Chris Stankevitz <chrisstankevitz@yahoo.com> Cc: freebsd-questions@freebsd.org Subject: Re: rc.conf: gnome_enable="YES" - which instructions executed? Message-ID: <87iq4zi6r9.fsf@kobe.laptop> 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)") References: <80514.32728.qm@web52906.mail.re2.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 30 Jun 2010 21:10:41 -0700 (PDT), Chris Stankevitz <chrisstankevitz@yahoo.com> 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$
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87iq4zi6r9.fsf>