Date: Thu, 1 Jul 2010 11:02:44 -0500 (CDT) From: Robert Bonomi <bonomi@mail.r-bonomi.com> To: freebsd-questions@freebsd.org Subject: Re: rc.conf: gnome_enable="YES" - which instructions executed? Message-ID: <201007011602.o61G2iAN023108@mail.r-bonomi.com>
index | next in thread | raw e-mail
> Date: Wed, 30 Jun 2010 21:10:41 -0700 (PDT)
> From: Chris Stankevitz <chrisstankevitz@yahoo.com>
> Subject: rc.conf: gnome_enable="YES" - which instructions executed?
>
> 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]
rc.conf is sourced by -every- script in the rc.d directory.
cd /etc/rc.d
grep gnome_enable *
should give some hints.
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007011602.o61G2iAN023108>
