/[smeserver]/rpms/e-smith-imp/sme7/e-smith-imp-1.13.0-07.imp_horde_registry_php.patch
ViewVC logotype

Contents of /rpms/e-smith-imp/sme7/e-smith-imp-1.13.0-07.imp_horde_registry_php.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Jun 26 04:49:24 2008 UTC (15 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Mon Jun 23 2008 John H. Bennett III <bennettj@johnbennettservices.com> 4.2-1
- Initial build
- Jump in package name to reflect new version of imp

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp
2 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp 1969-12-31 18:00:00.000000000 -0600
3 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/120AppRegistryImp 2006-10-05 21:06:11.000000000 -0500
4 @@ -0,0 +1,9 @@
5 +// 120AppRegistryImp
6 +$this->applications['imp'] = array(
7 + 'fileroot' => dirname(__FILE__) . '/../imp',
8 + 'webroot' => $this->applications['horde']['webroot'] . '/imp',
9 + 'name' => _("Mail"),
10 + 'status' => 'active',
11 + 'provides' => 'mail',
12 +);
13 +
14 diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders
15 --- e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders 1969-12-31 18:00:00.000000000 -0600
16 +++ mezzanine_patched_e-smith-imp-1.13.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/170AppRegistryImpFolders 2006-10-05 21:06:54.000000000 -0500
17 @@ -0,0 +1,8 @@
18 +// 170AppRegistryImp
19 +$this->applications['imp-folders'] = array(
20 + 'status' => 'block',
21 + 'app' => 'imp',
22 + 'blockname' => 'tree_folders',
23 + 'menu_parent' => 'imp',
24 +);
25 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed