blob: 9859f0c43bc8117a812418a01f7c643171c284c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Add the following to /etc/rc.conf to start GNOME services (dbus,
# 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
|