openbsd-ports/x11/gnome/gdm/pkg/MESSAGE
jasper 88c7d3697c - update gdm to 2.20.1
- make the *beep* sounds work
- install the Xsession script with the executable bit, so gdm won't
  try to start gnome in failsafe mode. as reported by several users.

tested by fkr@
2007-11-27 20:26:13 +00:00

7 lines
177 B
Plaintext

To enable the GNOME Display Manager, add the following lines to the
/etc/rc.local file:
if [ -x ${PREFIX}/sbin/gdm ]; then
echo -n ' gdm'; ${PREFIX}/sbin/gdm
fi