Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Collazo <scollazo@activitycentral.com>2012-12-04 18:32:52 (GMT)
committer Santiago Collazo <scollazo@activitycentral.com>2012-12-04 18:32:52 (GMT)
commit85d48ea98c95c3b241c72deca9e724a7786e45c2 (patch)
tree115c6e50ebca5dc5e0c565065aa09db8746e5f8d
parent8024f40a50b81437629f61943eae824e7063c278 (diff)
Added peer to peer features to dx4 international
-rw-r--r--modules/x11/kspost.90.tweaks.inc10
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/x11/kspost.90.tweaks.inc b/modules/x11/kspost.90.tweaks.inc
index 2b70c1b..ac68b59 100644
--- a/modules/x11/kspost.90.tweaks.inc
+++ b/modules/x11/kspost.90.tweaks.inc
@@ -108,6 +108,14 @@ SearchAndReplaceRegex $filename "<CAPS> = 66;" "<CAPS> = 133;"
mkdir -p /var/www/web1/web/.Sugar-Metadata
chmod -R 0777 /var/www/web1/
+
+# From Fedora-18 onwards, we also need to specify a "lock"-file, to be used
+# by "DavLockDB" directive in httpd-virtualhost(s). See dx#2745
+mkdir -p /var/www/lock
+touch /var/www/lock/lock_file
+chmod -R 0777 /var/www/lock
+
+
# Some necessary tweaks in "httpd" service.
#
rm /etc/httpd/logs -f
@@ -120,7 +128,7 @@ mkdir /etc/httpd/logs -p
# However, a new unique pair will be generated per XO, once the user
# creates her sugar-profile (on first startup of the XO).
mkdir -p /home/olpc/.sugar/default
-openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /home/olpc/.sugar/default/ssl.key -out /home/olpc/.sugar/default/ssl.key
+openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com" -keyout /home/olpc/.sugar/default/ssl.key -out /home/olpc/.sugar/default/ssl.crt
# Replace the key- and crt-path in conf-file, so that secure-transfer may be enabled.
#