This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  caa743dc56e1951f1e12e14b8032edc5b364da85 (commit)
       via  0c6e87ec13d1a01341e590470f10dfc8c0b6c3de (commit)
      from  faebd71d842a15016800aabeae4f1330540f41bb (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=caa743dc56e1951f1e12e14b8032edc5b364da85

commit caa743dc56e1951f1e12e14b8032edc5b364da85
Author: Franck Villaume <[email protected]>
Date:   Wed Jul 20 16:53:32 2016 +0200

    update usage

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index c6b66dd..7aca864 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -177,7 +177,7 @@ case "$1" in
        ;;
 
     *)
-       echo "Usage: $0 {configure|remove|purge|update-defines|servicerestart}"
+       echo "Usage: $0 
{configure|remove|purge|update-defines|servicerestart|rawconfigure}"
        exit 1
        ;;
 esac

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=0c6e87ec13d1a01341e590470f10dfc8c0b6c3de

commit 0c6e87ec13d1a01341e590470f10dfc8c0b6c3de
Author: Franck Villaume <[email protected]>
Date:   Wed Jul 20 16:52:51 2016 +0200

    autorize rawconfiguration. no service restart

diff --git a/src/post-install.d/web/web.sh b/src/post-install.d/web/web.sh
index 3d7e09e..c6b66dd 100755
--- a/src/post-install.d/web/web.sh
+++ b/src/post-install.d/web/web.sh
@@ -44,7 +44,7 @@ case "$1" in
        mv $t 00-defines.conf
        ;;
 
-    configure)
+    rawconfigure)
        $0 update-defines
 
        # '${FF__core__config_path}' not yet available in the top-level config 
file, so generate it:
@@ -140,7 +140,10 @@ case "$1" in
        if [ -e /etc/apache2/ports.conf ]; then
            sed -i 's/^NameVirtualHost \*:80/#&/' /etc/apache2/ports.conf
        fi
+        ;;
 
+    configure)
+        $0 rawconfigure
         $0 servicerestart
         ;;
 

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

Summary of changes:
 src/post-install.d/web/web.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to