]> git.pld-linux.org Git - packages/GConf2.git/blob - GConf2-path.patch
- merged from DEVEL and updated to 2.8.0.1
[packages/GConf2.git] / GConf2-path.patch
1 diff -urN GConf-2.6.1.orig/gconf/default.path.in GConf-2.6.1/gconf/default.path.in
2 --- GConf-2.6.1.orig/gconf/default.path.in      2004-04-19 23:32:25.705203536 +0200
3 +++ GConf-2.6.1/gconf/default.path.in   2004-04-19 23:34:51.734003784 +0200
4 @@ -14,6 +14,9 @@
5  # wide sources in this file.
6  include @EXPANDED_SYSCONFDIR@/gconf/2/local-mandatory.path
7  
8 +# Uncomment line below if GConf 1 is installed
9 +# xml:readonly:/etc/X11/GNOME/gconf/gconf.xml.mandatory
10 +
11  # Now see where users want us to look - basically the user can stick arbitrary 
12  # sources in a ~/.gconf.path file and they're inserted here
13  include "$(HOME)/.gconf.path"
14 @@ -28,3 +31,6 @@
15  
16  # Finally, look at the systemwide defaults
17  xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.defaults
18 +
19 +# Uncomment line below if GConf 1 is installed
20 +# xml:readonly:/etc/X11/GNOME/gconf/gconf.xml.defaults
This page took 0.035358 seconds and 3 git commands to generate.