[freeside-commits] branch master updated. 1de7f0550da78aea7935c3f46c26858eefae4e20

Ivan Kohler ivan at freeside.biz
Sat Apr 25 17:16:00 PDT 2020


The branch, master has been updated
       via  1de7f0550da78aea7935c3f46c26858eefae4e20 (commit)
      from  24235a2d5efcc0d6905cb54a1f25282800c47552 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1de7f0550da78aea7935c3f46c26858eefae4e20
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Apr 25 17:15:59 2020 -0700

    enable mpm_prefork, deb 9+

diff --git a/debian/freeside-webui.postinst b/debian/freeside-webui.postinst
index a1bcdda3a..c5ea87978 100644
--- a/debian/freeside-webui.postinst
+++ b/debian/freeside-webui.postinst
@@ -5,7 +5,7 @@ rm -fr  /usr/local/etc/freeside/masondata/*
 
 /usr/sbin/a2dismod mpm_event || /bin/true
 /usr/sbin/a2dismod mpm_worker || /bin/true
-/usr/bin/a2enmod mpm_prefork
+/usr/sbin/a2enmod mpm_prefork
 #/usr/sbin/service restart apache2
 
 #XXX systemd equivalent (start apache after postgres)

-----------------------------------------------------------------------

Summary of changes:
 debian/freeside-webui.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list