14 lines
250 B
Plaintext

# $FreeBSD$
# Add the following to /etc/rc.conf to start GNOME services (dbus,
# hald, gdm, and so on) at boot time:
#
# gnome_enable="YES"
#
# make sure to source rc.subr prior to this file
gnome_enable=${gnome_enable-"NO"}
load_rc_config gnome