1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/createlinks mezzanine_patched_e-smith-turba-1.7.0/createlinks |
2 |
--- e-smith-turba-1.7.0/createlinks 2006-09-22 22:22:23.000000000 -0500 |
3 |
+++ mezzanine_patched_e-smith-turba-1.7.0/createlinks 2006-09-22 22:21:59.000000000 -0500 |
4 |
@@ -8,7 +8,7 @@ |
5 |
# We only need to do this once. |
6 |
# |
7 |
|
8 |
-foreach (qw(sources.php conf.php)) |
9 |
+foreach (qw(sources.php conf.php prefs.php)) |
10 |
{ |
11 |
templates2events("/home/httpd/html/horde/turba/config/$_", |
12 |
qw(email-update bootstrap-console-save)); |
13 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/createlinks mezzanine_patched_e-smith-turba-1.7.0/createlinks |
14 |
--- e-smith-turba-1.7.0/createlinks 2006-03-15 20:48:40.000000000 -0600 |
15 |
+++ mezzanine_patched_e-smith-turba-1.7.0/createlinks 2006-09-22 22:16:13.000000000 -0500 |
16 |
@@ -14,6 +14,14 @@ |
17 |
qw(email-update bootstrap-console-save)); |
18 |
} |
19 |
|
20 |
+foreach (qw(conf.php prefs.php sources.php)) |
21 |
+{ |
22 |
+ safe_symlink("/etc/e-smith/templates-default/template-begin-php", |
23 |
+ "root/etc/e-smith/templates/home/httpd/html/horde/turba/config/$_/template-begin"); |
24 |
+ safe_symlink("/etc/e-smith/templates-default/template-end-php", |
25 |
+ "root/etc/e-smith/templates/home/httpd/html/horde/turba/config/$_/template-end"); |
26 |
+} |
27 |
+ |
28 |
foreach (qw( |
29 |
40mysql.create.turba |
30 |
50turba_upgrade |