From 811162bb4c263e093532dba4f3b57c60c3a12caa Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 19 Nov 2007 21:17:34 +0000 Subject: [PATCH] add dropped patch --- gdm-2.21.2-dont-run-profile.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gdm-2.21.2-dont-run-profile.patch diff --git a/gdm-2.21.2-dont-run-profile.patch b/gdm-2.21.2-dont-run-profile.patch new file mode 100644 index 0000000..3a9f25a --- /dev/null +++ b/gdm-2.21.2-dont-run-profile.patch @@ -0,0 +1,15 @@ +diff -up gdm-2.21.2/daemon/gdm.in.dont-run-profile gdm-2.21.2/daemon/gdm.in +--- gdm-2.21.2/daemon/gdm.in.dont-run-profile 2007-11-15 10:14:06.000000000 -0500 ++++ gdm-2.21.2/daemon/gdm.in 2007-11-15 10:14:43.000000000 -0500 +@@ -1,11 +1,5 @@ + #!/bin/sh + # +-# A script so that +-# 1) we read the standard system env vars +-# 2) syadmins/integrators can add their own private options etc... +- +-test -f /etc/profile && . /etc/profile +- + # Try to set LC_MESSAGES to LANG if neither LC_MESSAGES or LC_ALL is set. + # This ensures that gdm can display in a system's default language if only + # LANG is set.