summaryrefslogtreecommitdiffstats
path: root/encap
diff options
context:
space:
mode:
Diffstat (limited to 'encap')
-rw-r--r--encap/src/encap-profiles/bcfg2-0.9.4.ep7
1 files changed, 5 insertions, 2 deletions
diff --git a/encap/src/encap-profiles/bcfg2-0.9.4.ep b/encap/src/encap-profiles/bcfg2-0.9.4.ep
index df1c003d6..ad480bc49 100644
--- a/encap/src/encap-profiles/bcfg2-0.9.4.ep
+++ b/encap/src/encap-profiles/bcfg2-0.9.4.ep
@@ -370,8 +370,11 @@ printf "\nReplacing \"#!/usr/bin/python\" with "
printf "\"#!/usr/local/lib/bcfg2/bin/python\"...\n"
${REGEXPLACE} ${BASEDIR} .\* \#\!\/usr\/bin\/python \#\!\/usr\/local\/lib\/bcfg2\/bin\/python
-printf "\nCreating bcfg2 .pyc files...\n"
-${PYTHON} ${COMPILEALL} ${BASEDIR}
+# For some reason this causes TLSSocketServerMixIn.py to be replaced with the contents of
+# TLSSocketServerMixIn.pyc , which breaks things. Should figure out why and fix this for
+# improved performance as soon as possible (TODO/FIXME).
+#printf "\nCreating bcfg2 .pyc files...\n"
+#${PYTHON} ${COMPILEALL} ${BASEDIR}
exit 0
]]></include_file>