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, master has been updated via b6301464d409c186ea2ae9a13bbe46251e833c85 (commit) from 92b6fbcf20bc5c002fda3a8ea71316951044b899 (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 b6301464d409c186ea2ae9a13bbe46251e833c85 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Feb 4 13:21:43 2015 +0100
openvpn certificate generation: Update openssl config file
This was not correctly updated with Core Update 79 because of the exclude file.
Bug #10741
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/86/exclude | 4 +++- config/rootfiles/core/86/filelists/files | 1 + 2 files changed, 4 insertions(+), 1 deletion(-)
Difference in files: diff --git a/config/rootfiles/core/86/exclude b/config/rootfiles/core/86/exclude index 6bc39ce..37c2aaa 100644 --- a/config/rootfiles/core/86/exclude +++ b/config/rootfiles/core/86/exclude @@ -15,7 +15,9 @@ etc/sysconfig/rc.local etc/udev/rules.d/30-persistent-network.rules srv/web/ipfire/html/proxy.pac var/ipfire/time -var/ipfire/ovpn +var/ipfire/ovpn/ccd.conf +var/ipfire/ovpn/ccdroute +var/ipfire/ovpn/ccdroute2 var/log/cache var/state/dhcp/dhcpd.leases var/updatecache diff --git a/config/rootfiles/core/86/filelists/files b/config/rootfiles/core/86/filelists/files index 3745701..9a07cbc 100644 --- a/config/rootfiles/core/86/filelists/files +++ b/config/rootfiles/core/86/filelists/files @@ -9,3 +9,4 @@ usr/local/bin/update-bootloader var/ipfire/header.pl var/ipfire/langs var/ipfire/lang.pl +var/ipfire/ovpn/openssl/ovpn.cnf
hooks/post-receive -- IPFire 2.x development tree