- use xdm Xresources file instead of non-existent one

This commit is contained in:
ajacoutot 2009-01-01 12:01:19 +00:00
parent 5e5e8456b1
commit 2ec1ee6032
2 changed files with 14 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.42 2008/12/31 17:10:53 ajacoutot Exp $ # $OpenBSD: Makefile,v 1.43 2009/01/01 12:01:19 ajacoutot Exp $
COMMENT= GNOME display manager COMMENT= GNOME display manager
GNOME_PROJECT= gdm GNOME_PROJECT= gdm
GNOME_VERSION= 2.20.8 GNOME_VERSION= 2.20.8
PKGNAME= ${DISTNAME}p6 PKGNAME= ${DISTNAME}p7
HOMEPAGE= http://www.gnome.org/projects/gdm/ HOMEPAGE= http://www.gnome.org/projects/gdm/

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-config_Init_in,v 1.1 2008/12/18 12:06:09 ajacoutot Exp $ $OpenBSD: patch-config_Init_in,v 1.2 2009/01/01 12:01:20 ajacoutot Exp $
--- config/Init.in.orig Thu Dec 18 12:01:48 2008 --- config/Init.in.orig Wed Sep 3 20:36:09 2008
+++ config/Init.in Thu Dec 18 12:03:21 2008 +++ config/Init.in Thu Jan 1 12:54:44 2009
@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
# Plus a lot of fun stuff added # Plus a lot of fun stuff added
# -George # -George
@ -10,3 +10,12 @@ $OpenBSD: patch-config_Init_in,v 1.1 2008/12/18 12:06:09 ajacoutot Exp $
OLD_IFS=$IFS OLD_IFS=$IFS
gdmwhich () { gdmwhich () {
@@ -22,7 +22,7 @@ gdmwhich () {
echo "$OUTPUT"
}
-sysresources=/etc/X11/Xresources
+sysresources=/etc/X11/xdm/Xresources
# merge in defaults
if [ -f "$sysresources" ]; then