summaryrefslogtreecommitdiff
path: root/x11/gdm/patches
AgeCommit message (Collapse)AuthorFilesLines
2002-11-21use ${GDMOWN} and ${GDMGRP} rather than hardcoded user/group `gdm'.grant1-2/+2
2002-11-21- use POSIX form of chown `user:group' rather than `user.group'grant1-6/+70
- make use of ${CHOWN} and ${CHMOD} fixes pkg/18177 from Julien T. Letessier.
2002-10-26Use daemon:other for SunOSbouyer6-23/+925
Fix sed command to disable pam checks to avoid an empy for loop in configure Add configure check for setlogin(), and use it in daemon/slave.c Need to define BSD_COMP before including sys/ioctl.h on SunOS to get BSD ioctls.
2002-07-27gdm's "Face Browser" is broken in that it does not display faces for anyjschauma2-6/+29
user who's pw_passwd is set to "*". NetBSD gives all users "*", same if shadow passwords are used on Linux, Solaris etc. Commenting out that part makes the face-browser work. (I'll submit this to the gdm-folks, as well.) Change pid-file from /var/run/xdm.pid to /var/run/gdm.pid now that we have our own ${PREFIX}/etc/rc.d/gdm script. Bump PKGREVISION. (Changes suggested in PR pkg/17184 by Cliff <cliff at snipe444 dot org>, applied after feedback from MAINTAINER and tron. This closes said PR.)
2001-03-28RCS Id police: forgot this onewennmach1-0/+2
2001-03-28RCS Id policewennmach3-0/+6
2001-03-20Update to 2.2.0. Many bugfixes, some smaller ui changes.mjl9-119/+109
1999-11-15- Use daemon picture in greeter window like the "kdebase" package.tron1-4/+14
- Store process id in "/var/run/xdm.pid" so that our "rc.shutdown" will terminate "gdm".
1999-11-11Fix bug in communication between "gdm" and "gdmlogin" process.tron1-5/+16
1999-11-11Remove unnecessary modification from patch.tron1-9/+1
1999-11-11Patch session setup so that the we get an environment which looks mostlytron1-3/+35
like what we get from XDM or KDM and use setlogin(). A complete rewrite of the session setup will be requested via a bug report to the GNOME maintainers.
1999-11-10Import new "gdm" package included in the GNOME 1.0.53 release:tron6-0/+121
Gnome Display Manager - a re-implementation of the xdm program