aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 16 deletions
diff --git a/x11/gdm2/files/patch-ac b/x11/gdm2/files/patch-ac
deleted file mode 100644
index 99387e481e31..000000000000
--- a/x11/gdm2/files/patch-ac
+++ /dev/null
@@ -1,16 +0,0 @@
---- 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
-