Author: wblaszcz
Date: 2009-09-06 07:23:26 -0600 (Sun, 06 Sep 2009)
New Revision: 2119

Modified:
   trunk/gdm/gdm-2.26.1-sysconfdir-1.patch
Log:
Fixed gdm-2.26.1-sysconfdir-1.patch

Modified: trunk/gdm/gdm-2.26.1-sysconfdir-1.patch
===================================================================
--- trunk/gdm/gdm-2.26.1-sysconfdir-1.patch     2009-09-06 10:50:59 UTC (rev 
2118)
+++ trunk/gdm/gdm-2.26.1-sysconfdir-1.patch     2009-09-06 13:23:26 UTC (rev 
2119)
@@ -7,35 +7,35 @@
 
 diff -Naur a/data/gconf.path b/data/gconf.path
 --- a/data/gconf.path  2009-02-20 13:45:14.000000000 +1100
-+++ b/data/gconf.path  2009-09-06 20:19:35.000000000 +1000
++++ b/data/gconf.path  2009-09-06 23:02:00.000000000 +1000
 @@ -1,5 +1,5 @@
  # treat system-wide settings as mandatory
 -xml:readonly:/etc/gconf/gconf.xml.system
-+xml:readonly:@gdmconfdir@/gconf.xml.system
++xml:readonly:@sysconfdir@/gconf/gconf.xml.system
  
  # override some settings
  # we treat settings in this location as
 diff -Naur a/data/Makefile.am b/data/Makefile.am
 --- a/data/Makefile.am 2009-02-20 13:45:14.000000000 +1100
-+++ b/data/Makefile.am 2009-09-06 20:17:52.000000000 +1000
++++ b/data/Makefile.am 2009-09-06 23:06:01.000000000 +1000
 @@ -209,7 +209,7 @@
                chown root:gdm $(DESTDIR)$(workingdir) || : ; \
        fi
  
 -      $(INSTALL_DATA) $(srcdir)/gconf.path $(DESTDIR)$(workingdir)/.gconf.path
-+      sed -e 's,[...@]gdmconfdir[@],$(gdmconfdir),g' < $(srcdir)/gconf.path > 
$(DESTDIR)$(workingdir)/.gconf.path
++      sed -e 's,[...@]sysconfdir[@],$(sysconfdir),g' < $(srcdir)/gconf.path > 
$(DESTDIR)$(workingdir)/.gconf.path
        gconftool-2 --direct 
--config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory 
--recursive-unset /
        gconftool-2 --direct 
--config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --load 
$(srcdir)/session-setup.entries
        chown -R root:gdm $(DESTDIR)$(workingdir)/.gconf.mandatory || :
 diff -Naur a/data/Makefile.in b/data/Makefile.in
 --- a/data/Makefile.in 2009-04-15 00:21:27.000000000 +1000
-+++ b/data/Makefile.in 2009-09-06 20:19:08.000000000 +1000
++++ b/data/Makefile.in 2009-09-06 23:06:36.000000000 +1000
 @@ -874,7 +874,7 @@
                chown root:gdm $(DESTDIR)$(workingdir) || : ; \
        fi
  
 -      $(INSTALL_DATA) $(srcdir)/gconf.path $(DESTDIR)$(workingdir)/.gconf.path
-+      sed -e 's,[...@]gdmconfdir[@],$(gdmconfdir),g' < $(srcdir)/gconf.path > 
$(DESTDIR)$(workingdir)/.gconf.path
++      sed -e 's,[...@]sysconfdir[@],$(sysconfdir),g' < $(srcdir)/gconf.path > 
$(DESTDIR)$(workingdir)/.gconf.path
        gconftool-2 --direct 
--config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory 
--recursive-unset /
        gconftool-2 --direct 
--config-source=xml:merged:$(DESTDIR)$(workingdir)/.gconf.mandatory --load 
$(srcdir)/session-setup.entries
        chown -R root:gdm $(DESTDIR)$(workingdir)/.gconf.mandatory || :

-- 
http://linuxfromscratch.org/mailman/listinfo/patches
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to