updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / mindtouch / config.patch
blob76e8312f425f5cabb481ad02046baa53bfec4f67
1 --- a/web/config/mindtouch.host.conf.in 2011-11-29 12:22:24.148836527 +0000
2 +++ b/web/config/mindtouch.host.conf.in 2011-11-29 12:23:06.562703132 +0000
3 @@ -21,7 +21,7 @@
4 HOST_EXE="$BIN_DIR/mindtouch.host.exe"
6 # path to the Deki Wiki configuration xml file
7 -SCRIPT="/etc/dekiwiki/mindtouch.deki.startup.xml"
8 +SCRIPT="/etc/webapps/mindtouch/mindtouch.deki.startup.xml"
10 # don't require a tty (non-interactive mode)
11 NOTTY="notty"
12 @@ -30,9 +30,9 @@
13 CONNECT_LIMIT="-5"
15 # directory to store dekiwiki log files
16 -LOGDIR="/var/log/dekiwiki"
17 +LOGDIR="/var/log/mindtouch"
19 # location of the dekiwiki API log file
20 -LOGFILE="$LOGDIR/deki-api.log"
21 +LOGFILE="$LOGDIR/mindtouch.log"
23 GUID="%GUID%"
24 --- a/web/config/mindtouch.deki.startup.xml.in 2011-11-29 13:25:29.769766659 +0000
25 +++ b/web/config/mindtouch.deki.startup.xml.in 2011-11-29 13:25:57.903453719 +0000
26 @@ -74,7 +74,7 @@
27 <db-catalog>%DB-CATALOG%</db-catalog>
28 <db-user>%DB-USER%</db-user>
29 <db-password hidden="true">%DB-PASSWORD%</db-password>
30 - <db-options>pooling=true; Connection Timeout=5; Connection Lifetime=30; Protocol=socket; Min Pool Size=2; Max Pool Size=50; Connection Reset=false;character set=utf8;ProcedureCacheSize=25;Use Procedure Bodies=true;</db-options>
31 + <db-options>pooling=true; Connection Timeout=5; Connection Lifetime=30; server=/var/run/mysqld/mysqld.sock; Protocol=unix; Min Pool Size=2; Max Pool Size=50; Connection Reset=false;character set=utf8;ProcedureCacheSize=25;Use Procedure Bodies=true;</db-options>
33 <!-- Page Subscription -->
34 <!-- from-address: From: address to use when sending out notification emails -->
35 --- a/web/maintenance/install-utils.inc 2011-12-02 16:11:59.172967921 +0000
36 +++ b/web/maintenance/install-utils.inc 2011-12-02 16:12:40.943489845 +0000
37 @@ -707,7 +707,7 @@
38 // and their default values, but don't forget to make changes in _this_
39 // file, not there.
41 -\$IP = dirname(__FILE__);
42 +\$IP = "/usr/share/webapps/mindtouch";
43 ini_set("include_path", "$include_path");
44 require_once("includes/DefaultSettings.php");