[freeside-commits] branch FREESIDE_4_BRANCH updated. 42bfc56a2eb9ef89d53e3cedcbebc80ba86df622

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


The branch, FREESIDE_4_BRANCH has been updated
       via  42bfc56a2eb9ef89d53e3cedcbebc80ba86df622 (commit)
      from  4f83f98865e05e11921dc6c6da826e4858efa644 (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 42bfc56a2eb9ef89d53e3cedcbebc80ba86df622
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Apr 25 17:16:02 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