Added PHP5 as default in new debian/postinst.
[apache2-cn.git] / debian / config
index e8c2d71..e430173 100755 (executable)
@@ -37,12 +37,12 @@ done
 if [ $has_listen_ssl -eq 1 ]; then
 
        # SSL configuration already exists - no need for SSL certificates.    
-       db_set apache2-cn/sslcf "X" || true
-       db_set apache2-cn/sslckf "X" || true
-       db_set apache2-cn/sslccf "X" || true
+       db_set apache2-cn/sslcf "" || true
+       db_set apache2-cn/sslckf "" || true
+       db_set apache2-cn/sslccf "" || true
 
 else
-    
+
        # SSL certificates information..
        SSLCF=1
        while [ $SSLCF -eq 1 ]; do