openbsd-ports/x11/gnome/gdm/patches/patch-config_Init_in

22 lines
502 B
Plaintext

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