summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/python/python-conf
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/python/python-conf')
-rwxr-xr-xsca-cpp/trunk/modules/python/python-conf5
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-cpp/trunk/modules/python/python-conf b/sca-cpp/trunk/modules/python/python-conf
index 856237ed9d..9bc99e2bbe 100755
--- a/sca-cpp/trunk/modules/python/python-conf
+++ b/sca-cpp/trunk/modules/python/python-conf
@@ -17,13 +17,10 @@
# specific language governing permissions and limitations
# under the License.
-# Generate a server conf
+# Generate a Python server conf
here=`readlink -f $0`; here=`dirname $here`
root=`readlink -f $1`
-mkdir -p $root
-mkdir -p $root/logs
-mkdir -p $root/conf
cat >>$root/conf/httpd.conf <<EOF
LoadModule mod_tuscany_eval $here/.libs/libmod_tuscany_python.so
EOF