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 "IPFire 2.x development tree".
The branch, next has been updated via 0d6b6a219ff9dc2735f4b4b6213f9936f4a239d7 (commit) from cf361ef4b55134254150b5070069f9d25b201bd1 (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 0d6b6a219ff9dc2735f4b4b6213f9936f4a239d7 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Oct 21 11:20:02 2017 +0100
core115: Add missing parameter to actually generate new certificates
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/115/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/115/update.sh b/config/rootfiles/core/115/update.sh index 61634a7..20f870d 100644 --- a/config/rootfiles/core/115/update.sh +++ b/config/rootfiles/core/115/update.sh @@ -50,7 +50,7 @@ ldconfig /usr/local/bin/update-lang-cache
# generate ECDSA key on existing installations to prevent Apache from crashing -/usr/local/bin/httpscert +/usr/local/bin/httpscert new
# Start services /etc/rc.d/init.d/apache2 restart
hooks/post-receive -- IPFire 2.x development tree