diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 18:42:25 +0000 |
commit | 336b31c3940aea29270fc9fd9b51d3ba1633729e (patch) | |
tree | ab986f61fb6fef3625ba83cee9ea5d304243bfe8 /x11/gdm2/files/patch-al | |
parent | add ocaml-images 2.10 (diff) |
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2
counterparts.
Notes
Notes:
svn path=/head/; revision=75035
Diffstat (limited to 'x11/gdm2/files/patch-al')
-rw-r--r-- | x11/gdm2/files/patch-al | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/x11/gdm2/files/patch-al b/x11/gdm2/files/patch-al index ee0fb6a8fdfd..6458c9e46ae2 100644 --- a/x11/gdm2/files/patch-al +++ b/x11/gdm2/files/patch-al @@ -1,12 +1,9 @@ ---- config/gnomerc.in.orig Wed Jul 24 15:25:51 2002 -+++ config/gnomerc.in Mon Dec 23 23:53:21 2002 -@@ -2,7 +2,8 @@ +--- config/gnomerc.in.orig Mon Nov 11 10:54:52 2002 ++++ config/gnomerc.in Fri Jan 3 12:09:49 2003 +@@ -9,5 +9,6 @@ + #fi - # Do we have gnome-volume-control? - # If so we should run it to load the gnome-volume-control settings --if command -v gnome-volume-control > /dev/null 2>&1; then + # path takes precedence +LC_CTYPE= ; export LC_CTYPE -+if /usr/bin/which -s gnome-volume-control > /dev/null 2>&1; then - gnome-volume-control -i - elif [ -x @EXPANDED_BINDIR@/gnome-volume-control ] ; then - @EXPANDED_BINDIR@/gnome-volume-control -i + exec gnome-session + exec @EXPANDED_BINDIR@/gnome-session |