rc.conf: gnome_enable="YES" - which instructions executed?
    Giorgos Keramidas 
    keramida at ceid.upatras.gr
       
    Thu Jul  1 15:47:56 UTC 2010
    
    
  
On Wed, 30 Jun 2010 21:10:41 -0700 (PDT), Chris Stankevitz <chrisstankevitz at 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 at kobe:/home/keramida$ cd /usr/local/etc/rc.d
    keramida at kobe:/usr/local/etc/rc.d$ fgrep -l gnome_enable *
    avahi-daemon
    avahi-dnsconfd
    dbus
    gdm
    hald
    keramida at kobe:/usr/local/etc/rc.d$
    
    
More information about the freebsd-questions
mailing list