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 1f99fc9845457b2d58d584adb47866a1eec8a7dc (commit) from dbe2a1cc36f78e1cf48150dc4e1756be1d04abce (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 1f99fc9845457b2d58d584adb47866a1eec8a7dc Author: Michael Tremer michael.tremer@ipfire.org Date: Tue May 13 20:36:58 2014 +0200
openvpn: Fix wrong default port number.
-----------------------------------------------------------------------
Summary of changes: config/ovpn/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/config/ovpn/settings b/config/ovpn/settings index b78fc32..8fa37fe 100644 --- a/config/ovpn/settings +++ b/config/ovpn/settings @@ -1,6 +1,6 @@ ENABLED=off ENABLED_BLUE=off ENABLED_ORANGE=off -DDEST_PORT=1149 +DDEST_PORT=1194 DPROTOCOL=udp VPN_IP=
hooks/post-receive -- IPFire 2.x development tree