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 245f7b4c293a2f6039550e42c6b70b7a33dfd18c (commit)
from aee74c6767136b8ca88adc2a526fece31e6b836e (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 245f7b4c293a2f6039550e42c6b70b7a33dfd18c
Author: Roland Mas <[email protected]>
Date: Wed Apr 8 08:57:58 2015 +0200
Don't fail if xinetd is not configured yet
diff --git a/src/plugins/scmgit/bin/install.sh
b/src/plugins/scmgit/bin/install.sh
index 5194c35..8a865aa 100755
--- a/src/plugins/scmgit/bin/install.sh
+++ b/src/plugins/scmgit/bin/install.sh
@@ -28,7 +28,7 @@ case "$1" in
}
EOF
fi
- service xinetd restart
+ service xinetd restart || true
fi
# rsync access
diff --git a/src/plugins/scmsvn/bin/install.sh
b/src/plugins/scmsvn/bin/install.sh
index 39710f5..f01e0c5 100755
--- a/src/plugins/scmsvn/bin/install.sh
+++ b/src/plugins/scmsvn/bin/install.sh
@@ -28,7 +28,7 @@ case "$1" in
}
EOF
fi
- service xinetd restart
+ service xinetd restart || true
elif [ -x /usr/sbin/update-inetd ]; then
update-inetd --remove svn || true
update-inetd --add "svn stream tcp nowait.400 scm-gforge
/usr/bin/svnserve svnserve -i -r $scmsvn_serve_root"
-----------------------------------------------------------------------
Summary of changes:
src/plugins/scmgit/bin/install.sh | 2 +-
src/plugins/scmsvn/bin/install.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits