]> git.pld-linux.org Git - packages/GConf2.git/commitdiff
- updated, it is not good idea to put path in config files to
authoraflinta <aflinta@pld-linux.org>
Fri, 18 Oct 2002 21:50:51 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  directories which doesn't exist

Changed files:
    GConf2-path.patch -> 1.2

GConf2-path.patch

index a5dfcb36109a3ed7b814da8b033aa73b88535ffa..b0498f31279d7d6fdf97b35eba570b08a8df129c 100644 (file)
@@ -1,19 +1,21 @@
-diff -Nur GConf-1.2.1/gconf/default.path.in GConf-1.2.1-new/gconf/default.path.in
---- GConf-1.2.1/gconf/default.path.in  Mon Jan 31 21:49:05 2000
-+++ GConf-1.2.1-new/gconf/default.path.in      Thu Aug 29 12:41:18 2002
-@@ -8,6 +8,7 @@
- # Look first in systemwide mandatory settings directory
+diff -urN GConf-1.2.1.orig/gconf/default.path.in GConf-1.2.1/gconf/default.path.in
+--- GConf-1.2.1.orig/gconf/default.path.in     Fri Oct 18 23:46:43 2002
++++ GConf-1.2.1/gconf/default.path.in  Fri Oct 18 23:49:06 2002
+@@ -9,6 +9,9 @@
  # (commented out until xml backend knows how to be read-only for users)
  xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.mandatory
-+xml:readonly:/etc/X11/GNOME/gconf/gconf.xml.mandatory
  
++# Uncomment line below if GConf 1 is installed
++# xml:readonly:/etc/X11/GNOME/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
-@@ -20,6 +21,5 @@
- # Finally, look at the systemwide defaults
+ include "$(HOME)/.gconf.path"
+@@ -21,5 +24,6 @@
  # (commented out for now)
  xml:readonly:@EXPANDED_SYSCONFDIR@/gconf/gconf.xml.defaults
 -
--
-+xml:readonly:/etc/X11/GNOME/gconf/gconf.xml.defaults
++# Uncomment line below if GConf 1 is installed
++xml:readonly:/etc/X11/GNOME/gconf/gconf.xml.defaults
  
This page took 0.064231 seconds and 4 git commands to generate.