[pkg-horde] [SCM] UNNAMED PROJECT branch, horde-sid, updated. 0ad0845dcadc7983d256e2e41b6a7aee38df153c

Gregory Colpart reg at debian.org
Sun Mar 15 16:10:52 UTC 2009


The following commit has been merged in the horde-sid branch:
commit 6010f57b39c22d8a18b73a1ca0c28d513dc8eae1
Author: Gregory Colpart <reg at debian.org>
Date:   Sun Mar 15 13:44:45 2009 +0100

    Regenerate clean patches from horde-upstream+patches (refresh-patches)

diff --git a/debian/patches/0001-Configuration-disabled-by-default-closes-332290.patch b/debian/patches/0001-Configuration-disabled-by-default-closes-332290.patch
new file mode 100644
index 0000000..7111a6d
--- /dev/null
+++ b/debian/patches/0001-Configuration-disabled-by-default-closes-332290.patch
@@ -0,0 +1,24 @@
+From 3fcebb3d0737dbdcba72213f6e4a2893a24918f0 Mon Sep 17 00:00:00 2001
+From: Gregory Colpart <reg at debian.org>
+Date: Sun, 15 Mar 2009 13:19:58 +0100
+Subject: [PATCH] Configuration disabled by default, closes: #332290, #332289.
+
+---
+ config/conf.php.dist |    3 +++
+ 1 files changed, 3 insertions(+), 0 deletions(-)
+
+diff --git a/config/conf.php.dist b/config/conf.php.dist
+index ce4498d..31f5a07 100644
+--- a/config/conf.php.dist
++++ b/config/conf.php.dist
+@@ -1,4 +1,7 @@
+ <?php
++echo "Horde3 configuration disabled by default because the administration/install wizard gives the whole world too much access to the system. Read /usr/share/doc/horde3/README.Debian.gz on how to allow access.";
++exit (0);
++
+ /**
+  * Horde Configuration File
+  *
+-- 
+1.5.6.5
+
diff --git a/debian/patches/0002-Changed-webroot-from-horde-to-horde3.patch b/debian/patches/0002-Changed-webroot-from-horde-to-horde3.patch
new file mode 100644
index 0000000..1341739
--- /dev/null
+++ b/debian/patches/0002-Changed-webroot-from-horde-to-horde3.patch
@@ -0,0 +1,63 @@
+From 29c02b65f83edd7361b0923dfe46908b118b365d Mon Sep 17 00:00:00 2001
+From: Gregory Colpart <reg at debian.org>
+Date: Sun, 15 Mar 2009 13:22:58 +0100
+Subject: [PATCH] Changed webroot from /horde to /horde3
+
+---
+ config/conf.php.dist     |    6 +++---
+ config/registry.php.dist |    9 ++++++---
+ 2 files changed, 9 insertions(+), 6 deletions(-)
+
+diff --git a/config/conf.php.dist b/config/conf.php.dist
+index 31f5a07..d67e17b 100644
+--- a/config/conf.php.dist
++++ b/config/conf.php.dist
+@@ -50,13 +50,13 @@ $conf['server']['port'] = $_SERVER['SERVER_PORT'];
+ $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
+ 
+ // What path should we set cookies to? This should match where Horde
+-// is on your webserver - if it is at /horde, then this should be
+-// '/horde'. If Horde is installed as the document root, then this
++// is on your webserver - if it is at /horde3, then this should be
++// '/horde3'. If Horde is installed as the document root, then this
+ // needs to be '/' - NOT ''.
+ // ** BUT, if IE will be used to access Horde modules, you should read
+ //    this first (discussing issues with IE's Content Advisor):
+ //    http://lists.horde.org/archives/imp/Week-of-Mon-20030113/029149.html
+-$conf['cookie']['path'] = '/horde';
++$conf['cookie']['path'] = '/horde3';
+ 
+ // YOU SHOULDN'T CHANGE ANTHING BELOW THIS LINE.
+ $conf['debug_level'] = E_ALL & ~E_NOTICE;
+diff --git a/config/registry.php.dist b/config/registry.php.dist
+index cbd6221..03ab90a 100644
+--- a/config/registry.php.dist
++++ b/config/registry.php.dist
+@@ -45,7 +45,10 @@
+ 
+ $this->applications['horde'] = array(
+     'fileroot' => dirname(__FILE__) . '/..',
+-    'webroot' => _detect_webroot(),
++    // To respect Debian FHS policy, config/ is in /etc/ directory
++    // Then _detect_webroot() is unusable in Debian
++    // 'webroot' => _detect_webroot(),
++    'webroot' => '/horde3',
+     'initial_page' => 'login.php',
+     'name' => _("Horde"),
+     'status' => 'active',
+@@ -517,10 +520,10 @@ function _detect_webroot()
+         } elseif ($webroot === false) {
+             $webroot = '';
+         } else {
+-            $webroot = '/horde';
++            $webroot = '/horde3';
+         }
+     } else {
+-        $webroot = '/horde';
++        $webroot = '/horde3';
+     }
+ 
+     return $webroot;
+-- 
+1.5.6.5
+
diff --git a/debian/patches/0003-Use-brasileiro-instead-of-b.patch b/debian/patches/0003-Use-brasileiro-instead-of-b.patch
new file mode 100644
index 0000000..4e8b65f
--- /dev/null
+++ b/debian/patches/0003-Use-brasileiro-instead-of-b.patch
@@ -0,0 +1,25 @@
+From dc61604c8a57ab216910ad3caef8dbd44f449f6f Mon Sep 17 00:00:00 2001
+From: Gregory Colpart <reg at debian.org>
+Date: Sun, 15 Mar 2009 13:24:17 +0100
+Subject: [PATCH] Use 'brasileiro' instead of 'b'
+
+---
+ config/nls.php.dist |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/config/nls.php.dist b/config/nls.php.dist
+index 21a3d19..a17bc3a 100644
+--- a/config/nls.php.dist
++++ b/config/nls.php.dist
+@@ -260,7 +260,7 @@ $nls['spelling']['fr_FR'] = '-d francais';
+ $nls['spelling']['it_IT'] = '-T latin1 -d italian';
+ $nls['spelling']['nl_NL'] = '-d nederlands';
+ $nls['spelling']['pl_PL'] = '-d polish';
+-$nls['spelling']['pt_BR'] = '-d br';
++$nls['spelling']['pt_BR'] = '-d brasileiro';
+ $nls['spelling']['pt_PT'] = '-T latin1 -d portuguese';
+ $nls['spelling']['ru_RU'] = '-d russian';
+ $nls['spelling']['sl_SI'] = '-d slovensko';
+-- 
+1.5.6.5
+
diff --git a/debian/patches/0004-Use-TMP_DIR-from-etc-default-horde3.patch b/debian/patches/0004-Use-TMP_DIR-from-etc-default-horde3.patch
new file mode 100644
index 0000000..513ce31
--- /dev/null
+++ b/debian/patches/0004-Use-TMP_DIR-from-etc-default-horde3.patch
@@ -0,0 +1,28 @@
+From f9c6c5e97e34922c058e61f60cdf7ee6e222959f Mon Sep 17 00:00:00 2001
+From: Gregory Colpart <reg at debian.org>
+Date: Sun, 15 Mar 2009 13:24:38 +0100
+Subject: [PATCH] Use TMP_DIR from /etc/default/horde3
+
+---
+ scripts/temp-cleanup.cron |    4 +++-
+ 1 files changed, 3 insertions(+), 1 deletions(-)
+
+diff --git a/scripts/temp-cleanup.cron b/scripts/temp-cleanup.cron
+index 8437ac6..e97d5a5 100644
+--- a/scripts/temp-cleanup.cron
++++ b/scripts/temp-cleanup.cron
+@@ -19,8 +19,10 @@
+ #
+ 
+ # The location of PHP's temporary directory
+-TMP_DIR=/tmp
++[ -f /etc/default/horde3 ] && . /etc/default/horde3
+ 
++# The location of PHP's temporary directory
++echo ${TMP_DIR:=/tmp} > /dev/null
+ 
+ # MSWord attachments (generated by the MSword viewer)
+ find $TMP_DIR -type f -name msword\* -ctime +2 -exec rm -f {} \;
+-- 
+1.5.6.5
+
diff --git a/debian/patches/0005-Change-location-of-binaries-like-in-Debian-packages.patch b/debian/patches/0005-Change-location-of-binaries-like-in-Debian-packages.patch
new file mode 100644
index 0000000..9257297
--- /dev/null
+++ b/debian/patches/0005-Change-location-of-binaries-like-in-Debian-packages.patch
@@ -0,0 +1,34 @@
+From c3fafcc56977a53c77db4b351b4eabd937418541 Mon Sep 17 00:00:00 2001
+From: Gregory Colpart <reg at debian.org>
+Date: Sun, 15 Mar 2009 13:25:32 +0100
+Subject: [PATCH] Change location of binaries like in Debian packages
+
+---
+ config/mime_drivers.php.dist |    4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/config/mime_drivers.php.dist b/config/mime_drivers.php.dist
+index e963402..49104b9 100644
+--- a/config/mime_drivers.php.dist
++++ b/config/mime_drivers.php.dist
+@@ -405,7 +405,7 @@ $mime_drivers['horde']['msword'] = array(
+  * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
+  */
+ $mime_drivers['horde']['msexcel'] = array(
+-    'location' => '/usr/local/bin/xlhtml',
++    'location' => '/usr/bin/xlhtml',
+     'inline' => false,
+     'handles' => array(
+         'application/vnd.ms-excel', 'application/msexcel',
+@@ -423,7 +423,7 @@ $mime_drivers['horde']['msexcel'] = array(
+  * xlhtml homepage: http://chicago.sourceforge.net/xlhtml/
+  */
+ $mime_drivers['horde']['mspowerpoint'] = array(
+-    'location' => '/usr/local/bin/ppthtml',
++    'location' => '/usr/bin/ppthtml',
+     'inline' => false,
+     'handles' => array(
+         'application/vnd.ms-powerpoint', 'application/mspowerpoint'
+-- 
+1.5.6.5
+
diff --git a/debian/patches/0006-Disable-all-Horde-components-by-default-to-avoid-bro.patch b/debian/patches/0006-Disable-all-Horde-components-by-default-to-avoid-bro.patch
new file mode 100644
index 0000000..b3077f7
--- /dev/null
+++ b/debian/patches/0006-Disable-all-Horde-components-by-default-to-avoid-bro.patch
@@ -0,0 +1,322 @@
+From b033e14a41cb821ad77d79c06c45582d4b8618e7 Mon Sep 17 00:00:00 2001
+From: Gregory Colpart <reg at debian.org>
+Date: Sun, 15 Mar 2009 13:25:56 +0100
+Subject: [PATCH] Disable all Horde components by default to avoid broken pages. (Closes: #487799, #486679)
+
+---
+ config/registry.php.dist |   68 +++++++++++++++++++++++-----------------------
+ 1 files changed, 34 insertions(+), 34 deletions(-)
+
+diff --git a/config/registry.php.dist b/config/registry.php.dist
+index 03ab90a..03bb6bf 100644
+--- a/config/registry.php.dist
++++ b/config/registry.php.dist
+@@ -75,7 +75,7 @@ $this->applications['imp'] = array(
+     'fileroot' => dirname(__FILE__) . '/../imp',
+     'webroot' => $this->applications['horde']['webroot'] . '/imp',
+     'name' => _("Mail"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => array('mail', 'contacts/favouriteRecipients')
+ );
+ 
+@@ -83,7 +83,7 @@ $this->applications['ingo'] = array(
+     'fileroot' => dirname(__FILE__) . '/../ingo',
+     'webroot' => $this->applications['horde']['webroot'] . '/ingo',
+     'name' => _("Filters"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
+     'menu_parent' => 'imp'
+ );
+@@ -92,7 +92,7 @@ $this->applications['sam'] = array(
+     'fileroot' => dirname(__FILE__) . '/../sam',
+     'webroot' => $this->applications['horde']['webroot'] . '/sam',
+     'name' => _("Spam"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     // Uncomment this line if you want Sam to handle the blacklist filter
+     // instead of Ingo:
+     // 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist'),
+@@ -103,7 +103,7 @@ $this->applications['forwards'] = array(
+     'fileroot' => dirname(__FILE__) . '/../forwards',
+     'webroot' => $this->applications['horde']['webroot'] . '/forwards',
+     'name' => _("Forwards"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'forwards',
+     'menu_parent' => 'imp',
+ );
+@@ -112,7 +112,7 @@ $this->applications['vacation'] = array(
+     'fileroot' => dirname(__FILE__) . '/../vacation',
+     'webroot' => $this->applications['horde']['webroot'] . '/vacation',
+     'name' => _("Vacation"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'vacation',
+     'menu_parent' => 'imp'
+ );
+@@ -133,7 +133,7 @@ $this->applications['turba'] = array(
+     'fileroot' => dirname(__FILE__) . '/../turba',
+     'webroot' => $this->applications['horde']['webroot'] . '/turba',
+     'name' => _("Address Book"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => array('contacts', 'clients/getClientSource', 'clients/clientFields', 'clients/getClient', 'clients/getClients', 'clients/addClient', 'clients/updateClient', 'clients/deleteClient', 'clients/searchClients'),
+     'menu_parent' => 'organizing'
+ );
+@@ -149,7 +149,7 @@ $this->applications['kronolith'] = array(
+     'fileroot' => dirname(__FILE__) . '/../kronolith',
+     'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
+     'name' => _("Calendar"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'calendar',
+     'menu_parent' => 'organizing'
+ );
+@@ -172,7 +172,7 @@ $this->applications['nag'] = array(
+     'fileroot' => dirname(__FILE__) . '/../nag',
+     'webroot' => $this->applications['horde']['webroot'] . '/nag',
+     'name' => _("Tasks"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'tasks',
+     'menu_parent' => 'organizing'
+ );
+@@ -195,7 +195,7 @@ $this->applications['mnemo'] = array(
+     'fileroot' => dirname(__FILE__) . '/../mnemo',
+     'webroot' => $this->applications['horde']['webroot'] . '/mnemo',
+     'name' => _("Notes"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'notes',
+     'menu_parent' => 'organizing'
+ );
+@@ -211,7 +211,7 @@ $this->applications['genie'] = array(
+     'fileroot' => dirname(__FILE__) . '/../genie',
+     'webroot' => $this->applications['horde']['webroot'] . '/genie',
+     'name' => _("Wishlist"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'wishlist',
+     'menu_parent' => 'organizing'
+ );
+@@ -220,7 +220,7 @@ $this->applications['trean'] = array(
+     'fileroot' => dirname(__FILE__) . '/../trean',
+     'webroot' => $this->applications['horde']['webroot'] . '/trean',
+     'name' => _("Bookmarks"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'bookmarks',
+     'menu_parent' => 'organizing'
+ );
+@@ -241,7 +241,7 @@ $this->applications['chora'] = array(
+     'fileroot' => dirname(__FILE__) . '/../chora',
+     'webroot' => $this->applications['horde']['webroot'] . '/chora',
+     'name' => _("Version Control"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'devel'
+ );
+ 
+@@ -256,7 +256,7 @@ $this->applications['whups'] = array(
+     'fileroot' => dirname(__FILE__) . '/../whups',
+     'webroot' => $this->applications['horde']['webroot'] . '/whups',
+     'name' => _("Tickets"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'tickets',
+     'menu_parent' => 'devel',
+ );
+@@ -272,7 +272,7 @@ $this->applications['luxor'] = array(
+     'fileroot' => dirname(__FILE__) . '/../luxor',
+     'webroot' => $this->applications['horde']['webroot'] . '/luxor',
+     'name' => _("X-Ref"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'devel'
+ );
+ 
+@@ -285,7 +285,7 @@ $this->applications['klutz'] = array(
+     'fileroot' => dirname(__FILE__) . '/../klutz',
+     'webroot' => $this->applications['horde']['webroot'] . '/klutz',
+     'name' => _("Comics"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'comics',
+     'menu_parent' => 'info'
+ );
+@@ -294,7 +294,7 @@ $this->applications['mottle'] = array(
+     'fileroot' => dirname(__FILE__) . '/../mottle',
+     'webroot' => $this->applications['horde']['webroot'] . '/mottle',
+     'name' => _("MOTD"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'info'
+ );
+ 
+@@ -302,7 +302,7 @@ $this->applications['jonah'] = array(
+     'fileroot' => dirname(__FILE__) . '/../jonah',
+     'webroot' => $this->applications['horde']['webroot'] . '/jonah',
+     'name' => _("News"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'news',
+     'menu_parent' => 'info'
+ );
+@@ -318,7 +318,7 @@ $this->applications['goops'] = array(
+     'fileroot' => dirname(__FILE__) . '/../goops',
+     'webroot' => $this->applications['horde']['webroot'] . '/goops',
+     'name' => _("Search Engines"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'info'
+ );
+ 
+@@ -331,7 +331,7 @@ $this->applications['juno'] = array(
+     'fileroot' => dirname(__FILE__) . '/../juno',
+     'webroot' => $this->applications['horde']['webroot'] . '/juno',
+     'name' => _("Accounting"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'office'
+ );
+ 
+@@ -339,7 +339,7 @@ $this->applications['midas'] = array(
+     'fileroot' => dirname(__FILE__) . '/../midas',
+     'webroot' => $this->applications['horde']['webroot'] . '/midas',
+     'name' => _("Ads"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'office'
+ );
+ 
+@@ -347,7 +347,7 @@ $this->applications['sesha'] = array(
+     'fileroot' => dirname(__FILE__) . '/../sesha',
+     'webroot' => $this->applications['horde']['webroot'] . '/sesha',
+     'name' => _("Inventory"),
+-    'status' => 'active',
++    'status' => 'inactive',
+ 
+     // Uncomment this line if you want Sesha to provide queue and version
+     // names instead of Whups:
+@@ -359,7 +359,7 @@ $this->applications['hermes'] = array(
+     'fileroot' => dirname(__FILE__) . '/../hermes',
+     'webroot' => $this->applications['horde']['webroot'] . '/hermes',
+     'name' => _("Time Tracking"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'office',
+     'provides' => 'time'
+ );
+@@ -387,7 +387,7 @@ $this->applications['gollem'] = array(
+     'fileroot' => dirname(__FILE__) . '/../gollem',
+     'webroot' => $this->applications['horde']['webroot'] . '/gollem',
+     'name' => _("File Manager"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'myaccount',
+     'provides' => 'files',
+ );
+@@ -403,7 +403,7 @@ $this->applications['passwd'] = array(
+     'fileroot' => dirname(__FILE__) . '/../passwd',
+     'webroot' => $this->applications['horde']['webroot'] . '/passwd',
+     'name' => _("Password"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'myaccount'
+ );
+ 
+@@ -411,7 +411,7 @@ $this->applications['jeta'] = array(
+     'fileroot' => dirname(__FILE__) . '/../jeta',
+     'webroot' => $this->applications['horde']['webroot'] . '/jeta',
+     'name' => _("SSH"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'myaccount'
+ );
+ 
+@@ -424,7 +424,7 @@ $this->applications['agora'] = array(
+     'fileroot' => dirname(__FILE__) . '/../agora',
+     'webroot' => $this->applications['horde']['webroot'] . '/agora',
+     'name' => _("Forums"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'forums',
+     'menu_parent' => 'website'
+ );
+@@ -433,7 +433,7 @@ $this->applications['ulaform'] = array(
+     'fileroot' => dirname(__FILE__) . '/../ulaform',
+     'webroot' => $this->applications['horde']['webroot'] . '/ulaform',
+     'name' => _("Forms"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'website'
+ );
+ 
+@@ -441,7 +441,7 @@ $this->applications['volos'] = array(
+     'fileroot' => dirname(__FILE__) . '/../volos',
+     'webroot' => $this->applications['horde']['webroot'] . '/volos',
+     'name' => _("Guestbook"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'website'
+ );
+ 
+@@ -449,7 +449,7 @@ $this->applications['ansel'] = array(
+     'fileroot' => dirname(__FILE__) . '/../ansel',
+     'webroot' => $this->applications['horde']['webroot'] . '/ansel',
+     'name' => _("Photos"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'images',
+     'menu_parent' => 'website'
+ );
+@@ -458,7 +458,7 @@ $this->applications['scry'] = array(
+     'fileroot' => dirname(__FILE__) . '/../scry',
+     'webroot' => $this->applications['horde']['webroot'] . '/scry',
+     'name' => _("Polls"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'polls',
+     'menu_parent' => 'website'
+ );
+@@ -467,7 +467,7 @@ $this->applications['merk'] = array(
+     'fileroot' => dirname(__FILE__) . '/../merk',
+     'webroot' => $this->applications['horde']['webroot'] . '/merk',
+     'name' => _("Shopping"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'shop',
+     'menu_parent' => 'website'
+ );
+@@ -476,7 +476,7 @@ $this->applications['wicked'] = array(
+     'fileroot' => dirname(__FILE__) . '/../wicked',
+     'webroot' => $this->applications['horde']['webroot'] . '/wicked',
+     'name' => _("Wiki"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'provides' => 'wiki',
+     'menu_parent' => 'website'
+ );
+@@ -485,7 +485,7 @@ $this->applications['vilma'] = array(
+     'fileroot' => dirname(__FILE__) . '/../vilma',
+     'webroot' => $this->applications['horde']['webroot'] . '/vilma',
+     'name' => _("Mail Admin"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'administration'
+ );
+ 
+@@ -493,7 +493,7 @@ $this->applications['nic'] = array(
+     'fileroot' => dirname(__FILE__) . '/../nic',
+     'webroot' => $this->applications['horde']['webroot'] . '/nic',
+     'name' => _("Network Tools"),
+-    'status' => 'active',
++    'status' => 'inactive',
+     'menu_parent' => 'administration'
+ );
+ 
+-- 
+1.5.6.5
+

-- 
UNNAMED PROJECT



More information about the pkg-horde-hackers mailing list