/[smeserver]/rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-06.mysql_init.patch
ViewVC logotype

Annotation of /rpms/e-smith-horde/sme8/e-smith-horde-1.13.0-06.mysql_init.patch

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


Revision 1.2 - (hide annotations) (download)
Thu Jun 26 04:27:30 2008 UTC (16 years ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2-2
- Upgrade patch for Horde 3.2.1

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30horde_mysql_create_tables mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30horde_mysql_create_tables
2     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30horde_mysql_create_tables 1969-12-31 18:00:00.000000000 -0600
3     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30horde_mysql_create_tables 2005-04-18 17:01:14.000000000 -0500
4     @@ -0,0 +1,3 @@
5     +#! /bin/sh
6     +
7     +exec mysql < /home/httpd/html/horde/scripts/db/mysql_create_tables.sql
8     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30mysql_create_tables mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30mysql_create_tables
9     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30mysql_create_tables 2005-04-18 17:01:14.000000000 -0500
10     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/30mysql_create_tables 1969-12-31 18:00:00.000000000 -0600
11     @@ -1,3 +0,0 @@
12     -#! /bin/sh
13     -
14     -exec mysql < /home/httpd/html/horde/scripts/db/mysql_create_tables.sql
15     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40horde_mysql_create_indexes mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40horde_mysql_create_indexes
16     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40horde_mysql_create_indexes 1969-12-31 18:00:00.000000000 -0600
17     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40horde_mysql_create_indexes 2005-04-18 17:01:14.000000000 -0500
18     @@ -0,0 +1,4 @@
19     +#! /bin/sh
20     +
21     +test -f /var/lib/mysql/horde/horde_histories.frm && exit 0
22     +exec mysql < /home/httpd/html/horde/scripts/db/mysql_create_indexes.sql
23     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql_create_indexes mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql_create_indexes
24     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql_create_indexes 2005-04-18 17:01:14.000000000 -0500
25     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/40mysql_create_indexes 1969-12-31 18:00:00.000000000 -0600
26     @@ -1,4 +0,0 @@
27     -#! /bin/sh
28     -
29     -test -f /var/lib/mysql/horde/horde_categories.frm && exit 0
30     -exec mysql < /home/httpd/html/horde/scripts/db/mysql_create_indexes.sql
31     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/50horde-2.2_to_3.0 mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/50horde-2.2_to_3.0
32     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/50horde-2.2_to_3.0 1969-12-31 18:00:00.000000000 -0600
33     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/50horde-2.2_to_3.0 2006-03-15 17:51:23.000000000 -0600
34     @@ -0,0 +1,4 @@
35     +#! /bin/sh
36     +
37     +test -f /var/lib/mysql/horde/horde_vfs.frm && exit 0
38     +exec mysql horde < /home/httpd/html/horde/scripts/upgrades/2.2_to_3.0.mysql.sql
39     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/55horde-3.0_to_3.1 mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/55horde-3.0_to_3.1
40     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/55horde-3.0_to_3.1 1969-12-31 18:00:00.000000000 -0600
41     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/55horde-3.0_to_3.1 2006-09-10 17:58:50.000000000 -0500
42     @@ -0,0 +1,4 @@
43     +#! /bin/sh
44     +
45     +test -f /var/lib/mysql/horde/horde_histories.frm && exit 0
46     +exec mysql horde < /home/httpd/html/horde/scripts/upgrades/3.0_to_3.1.mysql.sql
47     diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/75horde-2.2_to_3.0 mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/75horde-2.2_to_3.0
48     --- e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/75horde-2.2_to_3.0 2006-03-15 17:51:23.000000000 -0600
49     +++ mezzanine_patched_e-smith-horde-1.13.0/root/etc/e-smith/templates/etc/e-smith/sql/init/75horde-2.2_to_3.0 1969-12-31 18:00:00.000000000 -0600
50     @@ -1,4 +0,0 @@
51     -#! /bin/sh
52     -
53     -test -f /var/lib/mysql/horde/horde_vfs.frm && exit 0
54     -exec mysql horde < /home/httpd/html/horde/scripts/upgrades/2.2_to_3.0.mysql.sql

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