1 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/31horde_mysql_create_tables smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/31horde_mysql_create_tables |
2 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/31horde_mysql_create_tables 2016-06-05 23:22:10.000000000 -0400 |
3 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/31horde_mysql_create_tables 2023-02-05 23:50:38.157000000 -0500 |
4 |
@@ -1,4 +1,4 @@ |
5 |
#! /bin/sh |
6 |
|
7 |
-php /usr/bin/horde-db-migrate > /dev/null |
8 |
+/usr/bin/php /usr/bin/horde-db-migrate > /dev/null |
9 |
|
10 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/80kronolith_db_upgrade smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/80kronolith_db_upgrade |
11 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/80kronolith_db_upgrade 2016-06-16 15:35:23.000000000 -0400 |
12 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/80kronolith_db_upgrade 2023-02-05 23:50:48.970000000 -0500 |
13 |
@@ -1,5 +1,5 @@ |
14 |
#! /bin/sh |
15 |
# Need to run a second time for kronolith tables to properly get upgraded |
16 |
|
17 |
-php /usr/bin/horde-db-migrate > /dev/null |
18 |
+/usr/bin/php /usr/bin/horde-db-migrate > /dev/null |
19 |
|
20 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Ingo_Datatree_to_SQL smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Ingo_Datatree_to_SQL |
21 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Ingo_Datatree_to_SQL 2016-06-16 18:49:37.000000000 -0400 |
22 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Ingo_Datatree_to_SQL 2023-02-05 23:49:11.087000000 -0500 |
23 |
@@ -1,6 +1,6 @@ |
24 |
#! /bin/sh |
25 |
if [ -f /var/lib/mysql/horde/horde_datatree.frm ] |
26 |
then |
27 |
- exec php /usr/share/horde/smeserver/ingo-convert-datatree-shares-to-sql > /dev/null |
28 |
+ exec /usr/bin/php /usr/share/horde/smeserver/ingo-convert-datatree-shares-to-sql > /dev/null |
29 |
fi |
30 |
|
31 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Kronolith_Datatree_to_SQL smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Kronolith_Datatree_to_SQL |
32 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Kronolith_Datatree_to_SQL 2016-06-17 12:46:40.000000000 -0400 |
33 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Kronolith_Datatree_to_SQL 2023-02-05 23:49:33.772000000 -0500 |
34 |
@@ -1,7 +1,7 @@ |
35 |
#! /bin/sh |
36 |
if [ -f /var/lib/mysql/horde/horde_datatree.frm ] |
37 |
then |
38 |
- exec php /usr/share/horde/smeserver/kronolith-convert-datatree-shares-to-sql > /dev/null |
39 |
+ exec /usr/bin/php /usr/share/horde/smeserver/kronolith-convert-datatree-shares-to-sql > /dev/null |
40 |
fi |
41 |
|
42 |
|
43 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Mnemo_Datatree_to_SQL smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Mnemo_Datatree_to_SQL |
44 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Mnemo_Datatree_to_SQL 2016-06-17 12:46:51.000000000 -0400 |
45 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Mnemo_Datatree_to_SQL 2023-02-05 23:49:59.640000000 -0500 |
46 |
@@ -1,6 +1,6 @@ |
47 |
#! /bin/sh |
48 |
if [ -f /var/lib/mysql/horde/horde_datatree.frm ] |
49 |
then |
50 |
- exec php /usr/share/horde/smeserver/mnemo-convert-datatree-shares-to-sql > /dev/null |
51 |
+ exec /usr/bin/php /usr/share/horde/smeserver/mnemo-convert-datatree-shares-to-sql > /dev/null |
52 |
fi |
53 |
|
54 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Nag_Datatree_to_SQL smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Nag_Datatree_to_SQL |
55 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Nag_Datatree_to_SQL 2016-06-17 12:47:03.000000000 -0400 |
56 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Nag_Datatree_to_SQL 2023-02-05 23:50:12.183000000 -0500 |
57 |
@@ -1,6 +1,6 @@ |
58 |
#! /bin/sh |
59 |
if [ -f /var/lib/mysql/horde/horde_datatree.frm ] |
60 |
then |
61 |
- exec php /usr/share/horde/smeserver/nag-convert-datatree-shares-to-sql > /dev/null |
62 |
+ exec /usr/bin/php /usr/share/horde/smeserver/nag-convert-datatree-shares-to-sql > /dev/null |
63 |
fi |
64 |
|
65 |
diff -Nur --no-dereference smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Turba_Datatree_to_SQL smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Turba_Datatree_to_SQL |
66 |
--- smeserver-horde-1.0.0.old/root/etc/e-smith/templates/etc/e-smith/sql/init/99Turba_Datatree_to_SQL 2016-06-17 12:47:13.000000000 -0400 |
67 |
+++ smeserver-horde-1.0.0/root/etc/e-smith/templates/etc/e-smith/sql/init/99Turba_Datatree_to_SQL 2023-02-05 23:50:25.549000000 -0500 |
68 |
@@ -1,6 +1,6 @@ |
69 |
#! /bin/sh |
70 |
if [ -f /var/lib/mysql/horde/horde_datatree.frm ] |
71 |
then |
72 |
- exec php /usr/share/horde/smeserver/turba-convert-datatree-shares-to-sql > /dev/null |
73 |
+ exec /usr/bin/php /usr/share/horde/smeserver/turba-convert-datatree-shares-to-sql > /dev/null |
74 |
fi |
75 |
|