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 e40a86400db3cfa8eb38f55732a5aaf186184765 (commit) via 2827f4af617ddb2982f5c317988134d015b4576a (commit) from 1233b1d46e74a4648bf3b429603ca93d25f8a13f (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 e40a86400db3cfa8eb38f55732a5aaf186184765 Merge: 2827f4af617ddb2982f5c317988134d015b4576a 1233b1d46e74a4648bf3b429603ca93d25f8a13f Author: Dirk Wagner glotzi@ipfire.org Date: Fri Jul 16 09:56:12 2010 +0200
Merge branch 'master' of ssh://glotzi@git.ipfire.org/pub/git/ipfire-2.x
commit 2827f4af617ddb2982f5c317988134d015b4576a Author: Dirk Wagner glotzi@ipfire.org Date: Fri Jul 16 09:54:23 2010 +0200
Fixed typo in secrets include statement
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/vpnmain.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/html/cgi-bin/vpnmain.cgi b/html/cgi-bin/vpnmain.cgi index 2ed83f0..8a74063 100644 --- a/html/cgi-bin/vpnmain.cgi +++ b/html/cgi-bin/vpnmain.cgi @@ -293,7 +293,7 @@ sub writeipsecfiles { print CONF "include /etc/ipsec.user.conf\n"; print CONF "\n";
- print SECRETS "include /etc/ipsec.user/secrets\n"; + print SECRETS "include /etc/ipsec.user.secrets\n";
if (-f "${General::swroot}/certs/hostkey.pem") { print SECRETS ": RSA ${General::swroot}/certs/hostkey.pem\n"
hooks/post-receive -- IPFire 2.x development tree