blob: 50347e364cdda3db7089936be5943c0a5a85d856 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[
{ type: install
message: <<EOM
GDM is installed.
Do _NOT_ use /etc/ttys to start gdm at boot time. This will result in gdm
hanging or restarting constantly. Instead, add gdm_enable="YES" to
/etc/rc.conf. GDM will be started automatic on the next reboot.
EOM
},
{ type: remove
message: <<EOM
To really remove the gdm port, please remove the following
directories manualy:
/var/cache/gdm /var/log/gdm and /var/run/gdm
EOM
}
]
|