blob: 18b23482f70a75721dfe7ddc2112fc0cccb89a46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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
|