diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-01 23:59:40 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-01 23:59:40 +0800 |
commit | f2c69da317e9605f11895c9b9cd7b11c637278a9 (patch) | |
tree | 9d895628652e144b63affde329c3119c01311445 /devel/gconf2/files | |
parent | 4c3ec0ca80bc41971bf4945cfcfb38fdf09bf3e5 (diff) | |
download | marcuscom-ports-f2c69da317e9605f11895c9b9cd7b11c637278a9.tar marcuscom-ports-f2c69da317e9605f11895c9b9cd7b11c637278a9.tar.gz marcuscom-ports-f2c69da317e9605f11895c9b9cd7b11c637278a9.tar.bz2 marcuscom-ports-f2c69da317e9605f11895c9b9cd7b11c637278a9.tar.lz marcuscom-ports-f2c69da317e9605f11895c9b9cd7b11c637278a9.tar.xz marcuscom-ports-f2c69da317e9605f11895c9b9cd7b11c637278a9.tar.zst marcuscom-ports-f2c69da317e9605f11895c9b9cd7b11c637278a9.zip |
Update to 2.28.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13956 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/files')
-rw-r--r-- | devel/gconf2/files/patch-gconf_default.path.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-gconf_default.path.in b/devel/gconf2/files/patch-gconf_default.path.in new file mode 100644 index 000000000..0b60822c7 --- /dev/null +++ b/devel/gconf2/files/patch-gconf_default.path.in @@ -0,0 +1,11 @@ +--- gconf/default.path.in.orig 2009-03-06 17:10:54.000000000 -0500 ++++ gconf/default.path.in 2009-03-06 17:11:25.000000000 -0500 +@@ -21,7 +21,7 @@ include "$(HOME)/.gconf.path" + xml:readwrite:$(HOME)/.gconf + + # Location for system-wide settings that are set by the defaults mechanism +-xml:readonly:/etc/gconf/gconf.xml.system ++xml:readonly:@sysgconfdir@/gconf.xml.system + + # To read in any defaults settings that the Sys Admin may have created + # prior to a desktop system upgrade. The SysAdmin can stick default values |