openbsd-ports/devel/gconf/patches/patch-gconf_default_path_in
nino 984db45bf1 -update to 1.0.9
-move the default databases to /var/db.

From Marc Matteo <marcm@lectroid.net>

-cleanup: remove useless db3 and guile flavors.

NOTE: This is one of the times you really need to heed the install
notice. In particular, /etc/gconf/1/path should be updated to reflect
the new location for the database.
2002-08-30 19:42:52 +00:00

27 lines
925 B
Plaintext

$OpenBSD: patch-gconf_default_path_in,v 1.1 2002/08/30 19:42:52 nino Exp $
--- gconf/default.path.in.orig Mon Aug 26 12:19:15 2002
+++ gconf/default.path.in Mon Aug 26 12:20:13 2002
@@ -6,20 +6,15 @@
# See the GConf manual for details
# Look first in systemwide mandatory settings directory
-# (commented out until xml backend knows how to be read-only for users)
-xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.mandatory
+xml:readonly:/var/db/gconf/gconf.xml.mandatory
# Now see where users want us to look - basically the user can stick arbitrary
# sources in a ~/.gconf.path file and they're inserted here
include "$(HOME)/.gconf.path"
# Give users a default storage location, ~/.gconf
-
xml:readwrite:$(HOME)/.gconf
# Finally, look at the systemwide defaults
-# (commented out for now)
-xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.defaults
-
-
+xml:readonly:/var/db/gconf/gconf.xml.defaults