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, 6.0 has been updated
via e426f0bd8eda5981afd5a632c30641d1e27a9c98 (commit)
from b12aac66953583f2f3c303f6564c25188afd7891 (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=e426f0bd8eda5981afd5a632c30641d1e27a9c98
commit e426f0bd8eda5981afd5a632c30641d1e27a9c98
Author: Franck Villaume <[email protected]>
Date: Sun Nov 6 13:17:55 2016 +0100
scmcvs plugin: fix install.sh
diff --git a/src/plugins/scmcvs/bin/install.sh
b/src/plugins/scmcvs/bin/install.sh
index feedd3a..1ce6a36 100755
--- a/src/plugins/scmcvs/bin/install.sh
+++ b/src/plugins/scmcvs/bin/install.sh
@@ -44,12 +44,11 @@ case "$1" in
fi
# Restart some services
- [ -d /etc/ssh ] && invoke-rc.d ssh restart || true
- [ -d /etc/ssh-nonfree ] && invoke-rc.d ssh-nonfree restart || true
+ [ -d /etc/ssh ] && service $(forge_get_config ssh_service) restart ||
true
;;
remove)
- rm -f /etc/xinetd.d/fusionforge-plugin-scmgit
+ rm -f /etc/xinetd.d/fusionforge-plugin-scmcvs
;;
*)
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmcvs/bin/install.sh | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits