1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql.create.turba mezzanine_ |
2 |
|
|
patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql.create.turba |
3 |
|
|
--- e-smith-turba-1.7.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql.create.turba 2006-03-15 20:48:40.000000000 -0600 |
4 |
|
|
+++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql.create.turba 2008-03-16 20:47:19. |
5 |
|
|
000000000 -0500 |
6 |
|
|
@@ -1,3 +1,3 @@ |
7 |
|
|
#! /bin/sh |
8 |
|
|
test -f /var/lib/mysql/horde/turba_objects.frm && exit 0 |
9 |
|
|
-exec mysql horde < /home/httpd/html/horde/turba/scripts/sql/turba_objects.mysql.sql |
10 |
|
|
+exec mysql horde < /home/httpd/html/horde/turba/scripts/sql/turba.mysql.sql |
11 |
|
|
|