diff options
author | jschauma <jschauma> | 2002-07-27 15:20:05 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-07-27 15:20:05 +0000 |
commit | 54d8624696a7b8f07a10e2864c4d981f9cb9592a (patch) | |
tree | 58265ef0fca80bad5ed0367fb40b745c0488558f /x11/gdm/Makefile | |
parent | 14542fbbf79f772a76da0fec8708fb0cd708bd68 (diff) | |
download | pkgsrc-54d8624696a7b8f07a10e2864c4d981f9cb9592a.tar.gz |
gdm's "Face Browser" is broken in that it does not display faces for any
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.)
Diffstat (limited to 'x11/gdm/Makefile')
-rw-r--r-- | x11/gdm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile index 5cfa2565ef6..cecdf5889a5 100644 --- a/x11/gdm/Makefile +++ b/x11/gdm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2002/05/31 10:09:35 tron Exp $ +# $NetBSD: Makefile,v 1.28 2002/07/27 15:20:05 jschauma Exp $ DISTNAME= gdm-2.2.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gdm/} \ ${MASTER_SITE_LOCAL} |