openbsd-ports/devel/gconf2/patches/patch-gconf_default_path_in
marcm af7732eb62 Fix the libtool patching here. -pthread handling was screwy and in
one rare case it showed up.  Regen remaining patches and lose the po
Makefile one.
2004-12-30 04:30:12 +00:00

21 lines
732 B
Plaintext

--- gconf/default.path.in.orig Thu Jul 8 22:44:44 2004
+++ gconf/default.path.in Wed Dec 22 18:48:43 2004
@@ -6,7 +6,7 @@
# See the GConf manual for details
# Look first in systemwide mandatory settings directory
-xml:readonly:@EXPANDED_SYSGCONFDIR@/gconf.xml.mandatory
+xml:readonly:/var/db/gconf/gconf.xml.mandatory
# To read in any mandatory settings that the Sys Admin may have created
# prior to a desktop system upgrade. The SysAdmin can stick read-only system
@@ -26,7 +26,7 @@ xml:readwrite:$(HOME)/.gconf
include @EXPANDED_SYSGCONFDIR@/2/local-defaults.path
# Finally, look at the systemwide defaults
-xml:readonly:@EXPANDED_SYSGCONFDIR@/gconf.xml.defaults
+xml:readonly:/var/db/gconf/gconf.xml.defaults