Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 22:06:01 -0700 (PDT)
From:      Chris Stankevitz <chrisstankevitz@yahoo.com>
To:        Dan Nelson <dnelson@allantgroup.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: rc.conf: gnome_enable="YES" - which instructions executed?
Message-ID:  <690422.67105.qm@web52906.mail.re2.yahoo.com>
In-Reply-To: <20100701042525.GE50409@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> From: Dan Nelson <dnelson@allantgroup.com>
> > 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


      



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?690422.67105.qm>