summaryrefslogtreecommitdiff
path: root/www/horde4-base/files/patch-config_registry.php.dist
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /www/horde4-base/files/patch-config_registry.php.dist
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'www/horde4-base/files/patch-config_registry.php.dist')
-rw-r--r--www/horde4-base/files/patch-config_registry.php.dist17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/horde4-base/files/patch-config_registry.php.dist b/www/horde4-base/files/patch-config_registry.php.dist
deleted file mode 100644
index ae787a92685a..000000000000
--- a/www/horde4-base/files/patch-config_registry.php.dist
+++ /dev/null
@@ -1,17 +0,0 @@
---- config/registry.php.dist.orig Wed Aug 3 16:27:41 2005
-+++ config/registry.php.dist Wed Aug 17 22:33:03 2005
-@@ -347,6 +347,14 @@
- 'provides' => 'files',
- );
-
-+// r1.255.2.9
-+$this->applications['gollem-menu'] = array(
-+ 'status' => 'block',
-+ 'app' => 'gollem',
-+ 'blockname' => 'tree_menu',
-+ 'menu_parent' => 'gollem',
-+);
-+
- $this->applications['passwd'] = array(
- 'fileroot' => dirname(__FILE__) . '/../passwd',
- 'webroot' => $this->applications['horde']['webroot'] . '/passwd',