diff options
Diffstat (limited to 'x11/gdm/files')
-rw-r--r-- | x11/gdm/files/gdm.in | 2 | ||||
-rw-r--r-- | x11/gdm/files/patch-config_Makefile.in | 11 | ||||
-rw-r--r-- | x11/gdm/files/patch-config_locale.alias | 2 |
3 files changed, 2 insertions, 13 deletions
diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in index 1b9d3e640ade..6a680efd2c2d 100644 --- a/x11/gdm/files/gdm.in +++ b/x11/gdm/files/gdm.in @@ -1,6 +1,6 @@ #!/bin/sh # $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.in,v 1.5 2006/03/06 19:02:27 marcus Exp $ +# $MCom: ports/x11/gdm/files/gdm.in,v 1.8 2006/10/10 20:22:24 mezz Exp $ # PROVIDE: gdm # REQUIRE: LOGIN cleanvar moused diff --git a/x11/gdm/files/patch-config_Makefile.in b/x11/gdm/files/patch-config_Makefile.in deleted file mode 100644 index a665e989a48c..000000000000 --- a/x11/gdm/files/patch-config_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config/Makefile.in.orig Sat May 27 07:38:47 2006 -+++ config/Makefile.in Sat May 27 07:50:28 2006 -@@ -681,7 +681,7 @@ install-data-hook: gdm.conf gdm.conf-cus - if test '!' -d $(DESTDIR)$(logdir); then \ - $(mkinstalldirs) $(DESTDIR)$(logdir); \ - chmod 755 $(DESTDIR)$(logdir); \ -- chown root:root $(DESTDIR)$(logdir) || : ; \ -+ chown root:wheel $(DESTDIR)$(logdir) || : ; \ - fi - - if test '!' -d $(DESTDIR)$(authdir); then \ diff --git a/x11/gdm/files/patch-config_locale.alias b/x11/gdm/files/patch-config_locale.alias index a7706b4d4e55..8de8f08b0e29 100644 --- a/x11/gdm/files/patch-config_locale.alias +++ b/x11/gdm/files/patch-config_locale.alias @@ -155,6 +155,6 @@ +Slovak sk_SK.UTF-8,sk_SK.ISO8859-2 +Slovenian sl_SI.UTF-8,sl_SI.ISO8859-2 +Spanish es_ES.UTF-8,es_ES.ISO8859-15,es_ES.ISO8859-1 -+Swedish sv_SE.UTF-8,sv_SE.ISO8859-1 ++Swedish sv_SV.UTF-8,sv_SE.ISO8859-1 +Turkish tr_TR.UTF-8,tr_TR.ISO8859-9 +Ukrainian uk_UA.UTF-8,uk_UA.ISO8859-5 |