little detail
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:36:18 +0000 (16:36 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:36:18 +0000 (16:36 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@189 839d8a87-29fc-0310-9880-83ba4fa771e5

Makefile
bin/lists.rpc.py

index 1d5123b..9eba022 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,8 +71,6 @@ get-wiki:
        fi
 
 build-wiki: wiki/local/farmconfig.php wiki/pub/skins/empty spool/wiki.d
-       @sed -e 's/^exit;/\/\/exit;/g' wiki/pmwiki.php > wiki/pmwiki.php.new
-       @mv wiki/pmwiki.php.new wiki/pmwiki.php
 
 wiki: get-wiki build-wiki spool/uploads htdocs/uploads htdocs/wiki wiki/cookbook/e-protect.php
 
index 083651a..1828e10 100755 (executable)
@@ -148,7 +148,7 @@ def connectDB():
             db='x4dat',
             user=MYSQL_USER,
             passwd=MYSQL_PASS,
-            unix_socket='/var/run/mysqld/mysqld.sock')
+            unix_socket='/tmp/mysql.sock')
     db.ping()
     return db.cursor()