Hi,
I need to build GDM 2.20 in order to have our SUN Rays work properly on Fedrora 14.
The debian/ubuntu procedure is as follows:
apt-get build-dep gdm (install all libraries etc neccessary for building gdm)
apt-get source gdm (get the source
http://download.gnome.org/sources/gd....20.11.tar.bz2 )
cd gdm-2.20.11
vi daemon/gdm-net.c (Change MAX CONNECTIONS to 100 from 15)
dpkg-buildpackage -b -uc (build the package)
dpkg -i ../gdm_2.20.11-4_amd64.deb (install)
What are the equivalent commands on Fedora?