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 e707599d2cd8af8a1464ce31ee89a5401d5df0e2 (commit) from ca4c354e085083dacf66071b23e507ea2ebb1b81 (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 e707599d2cd8af8a1464ce31ee89a5401d5df0e2 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Feb 28 10:48:29 2018 +0000
core120: Call openvpnctrl with full path
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/120/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/120/update.sh b/config/rootfiles/core/120/update.sh index c420152d2..d2fb326a6 100644 --- a/config/rootfiles/core/120/update.sh +++ b/config/rootfiles/core/120/update.sh @@ -47,7 +47,7 @@ ldconfig
# Changed and new OpenVPN-2.4 directives will wrote to server.conf and renew CRL while update an core update if [ -e /var/ipfire/ovpn/server.conf ]; then - openvpnctrl -k + /usr/local/bin/openvpnctrl -k
# Update configuration directives sed -i -e 's/script-security 3 system/script-security 3/' \ @@ -59,7 +59,7 @@ if [ -e /var/ipfire/ovpn/server.conf ]; then -out /var/ipfire/ovpn/crls/cacrl.pem \ -config /var/ipfire/ovpn/openssl/ovpn.cnf
- openvpnctrl -s + /usr/local/bin/openvpnctrl -s fi
# Start services
hooks/post-receive -- IPFire 2.x development tree