summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gdm2/files/patch-ac')
-rw-r--r--x11/gdm2/files/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/gdm2/files/patch-ac b/x11/gdm2/files/patch-ac
new file mode 100644
index 000000000000..99387e481e31
--- /dev/null
+++ b/x11/gdm2/files/patch-ac
@@ -0,0 +1,16 @@
+--- config/Gnome.in.orig Mon Apr 19 07:08:08 1999
++++ config/Gnome.in Wed Sep 13 01:47:51 2000
+@@ -1,4 +1,4 @@
+-#!/bin/bash -login
++#!/bin/sh
+
+ for errfile in "$HOME/.gnomerc-errors" "${TMPDIR-/tmp}/gnomerc-$USER" "/tmp/gnomerc-$USER"
+ do
+@@ -13,6 +13,6 @@
+ if [ -x "$HOME/.gnomerc" ]; then
+ exec "$HOME/.gnomerc"
+ else
+- exec "@sysconfdir@/gnomerc"
++ exec "@sysconfdir@/gdm/gnomerc"
+ fi
+