1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-jeta-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/650AppRegistryJeta mezzanine_patched_smeserver-jeta-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/650AppRegistryJeta |
2 |
--- smeserver-jeta-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/650AppRegistryJeta 1969-12-31 18:00:00.000000000 -0600 |
3 |
+++ mezzanine_patched_smeserver-jeta-1.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/650AppRegistryJeta 2007-04-04 21:17:14.000000000 -0500 |
4 |
@@ -0,0 +1,9 @@ |
5 |
+// 650AppRegistryJeta |
6 |
+$this->applications['jeta'] = array( |
7 |
+ 'fileroot' => dirname(__FILE__) . '/../jeta', |
8 |
+ 'webroot' => $this->applications['horde']['webroot'] . '/jeta', |
9 |
+ 'name' => _("SSH"), |
10 |
+ 'status' => 'active', |
11 |
+ 'menu_parent' => 'myaccount' |
12 |
+); |
13 |
+ |
14 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-jeta-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/650AppRegistryJeta mezzanine_patched_smeserver-jeta-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/650AppRegistryJeta |
15 |
--- smeserver-jeta-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/650AppRegistryJeta 2007-04-04 21:17:14.000000000 -0500 |
16 |
+++ mezzanine_patched_smeserver-jeta-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/650AppRegistryJeta 1969-12-31 18:00:00.000000000 -0600 |
17 |
@@ -1,9 +0,0 @@ |
18 |
-// 650AppRegistryJeta |
19 |
-$this->applications['jeta'] = array( |
20 |
- 'fileroot' => dirname(__FILE__) . '/../jeta', |
21 |
- 'webroot' => $this->applications['horde']['webroot'] . '/jeta', |
22 |
- 'name' => _("SSH"), |
23 |
- 'status' => 'active', |
24 |
- 'menu_parent' => 'myaccount' |
25 |
-); |
26 |
- |