1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-imp-1.13.0/createlinks mezzanine_patched_e-smith-imp-1.13.0/createlinks |
2 |
|
|
--- e-smith-imp-1.13.0/createlinks 2006-03-15 20:55:05.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-imp-1.13.0/createlinks 2006-09-19 21:51:21.000000000 -0500 |
4 |
|
|
@@ -12,3 +12,11 @@ |
5 |
|
|
email-update |
6 |
|
|
)); |
7 |
|
|
} |
8 |
|
|
+ |
9 |
|
|
+foreach (qw(conf.php prefs.php servers.php)) |
10 |
|
|
+{ |
11 |
|
|
+ safe_symlink("/etc/e-smith/templates-default/template-begin-php", |
12 |
|
|
+ "root/etc/e-smith/templates/home/httpd/html/horde/imp/config/$_/template-begin"); |
13 |
|
|
+ safe_symlink("/etc/e-smith/templates-default/template-end-php", |
14 |
|
|
+ "root/etc/e-smith/templates/home/httpd/html/horde/imp/config/$_/template-end"); |
15 |
|
|
+} |