$NetBSD: patch-ad,v 1.1 2003/02/14 20:04:10 jmmv Exp $ --- gconf/default.path.in.orig 2000-01-31 22:49:05.000000000 +0100 +++ gconf/default.path.in @@ -7,7 +7,7 @@ # 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:@EXPANDED_SYSCONFDIR@/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 @@ -19,7 +19,7 @@ xml:readwrite:$(HOME)/.gconf # Finally, look at the systemwide defaults # (commented out for now) -xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.defaults +xml:readonly:@EXPANDED_SYSCONFDIR@/gconf.xml.defaults