summaryrefslogtreecommitdiff
path: root/x11/gdm2/files/patch-al
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-24 20:32:53 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-24 20:32:53 +0000
commite592a7ef628b38b07ac60c187b1cce7ae5d8fa7b (patch)
tree6269b7c55f5272bbc2bef09da34e904ae915b01a /x11/gdm2/files/patch-al
parentSet DIST_SUBDIR=ruby like other ruby ports. (diff)
Update to 2.4.0.3.
Diffstat (limited to 'x11/gdm2/files/patch-al')
-rw-r--r--x11/gdm2/files/patch-al17
1 files changed, 10 insertions, 7 deletions
diff --git a/x11/gdm2/files/patch-al b/x11/gdm2/files/patch-al
index 2b72bfecdfc3..731d036cf486 100644
--- a/x11/gdm2/files/patch-al
+++ b/x11/gdm2/files/patch-al
@@ -1,7 +1,10 @@
---- config/gnomerc.in.orig Mon May 20 23:56:25 2002
-+++ config/gnomerc.in Mon May 20 23:56:45 2002
-@@ -1 +1,4 @@
-+#!/bin/csh
-+
-+unsetenv LC_CTYPE
- exec @EXPANDED_BINDIR@/gnome-session
+--- config/gnomerc.in.orig Wed Jul 24 15:52:07 2002
++++ config/gnomerc.in Wed Jul 24 15:52:26 2002
+@@ -2,6 +2,7 @@
+
+ # Do we have gnome-volume-control?
+ # If so we should run it to load the gnome-volume-control settings
++LC_CTYPE= ; export LC_CTYPE
+ if command -v gnome-volume-control > /dev/null 2>&1; then
+ gnome-volume-control -i
+ else if [ -x @EXPANDED_BINDIR@/gnome-volume-control > /dev/null 2>&1; then