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  5426170841161b6389443af1a72c1ac170488e75 (commit)
      from  8aabdff693840626e18067fa0c9b8e5397593864 (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=5426170841161b6389443af1a72c1ac170488e75

commit 5426170841161b6389443af1a72c1ac170488e75
Author: Franck Villaume <[email protected]>
Date:   Wed Jul 20 16:47:04 2016 +0200

    autorize raw configuration only without restart sshd

diff --git a/src/post-install.d/shell/shell.sh 
b/src/post-install.d/shell/shell.sh
index ff1d1ab..65753f6 100755
--- a/src/post-install.d/shell/shell.sh
+++ b/src/post-install.d/shell/shell.sh
@@ -178,6 +178,14 @@ remove_sshd()
 
 # Main
 case "$1" in
+    rawconfigure)
+       $(dirname $0)/upgrade-conf.sh $2
+       configure_libnss_pgsql
+       configure_nsswitch
+       configure_nscd
+       configure_pam
+       configure_sshd
+        ;;
     configure)
        $(dirname $0)/upgrade-conf.sh $2
        configure_libnss_pgsql
@@ -198,7 +206,7 @@ case "$1" in
        purge_libnss_pgsql
        ;;
     *)
-       echo "Usage: $0 {configure|remove|purge}"
+       echo "Usage: $0 {configure|rawconfigure|remove|purge}"
        exit 1
        ;;
 esac

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

Summary of changes:
 src/post-install.d/shell/shell.sh | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to