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 cf997605e529e895e90c4691c3b418e279dcfbb1 (commit) via caab8fb9e332702bd36f66d91f8342ff260a64e6 (commit) from 843f29e9b9ff647ecdcb5d7bc512bb12f630a712 (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 cf997605e529e895e90c4691c3b418e279dcfbb1 Merge: caab8fb 843f29e Author: Christian Schmidt maniacikarus@ipfire.org Date: Wed Jan 26 00:32:12 2011 +0100
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
commit caab8fb9e332702bd36f66d91f8342ff260a64e6 Author: Christian Schmidt maniacikarus@ipfire.org Date: Wed Jan 26 00:31:42 2011 +0100
Fixed typo for update script.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/45/update.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/45/update.sh b/config/rootfiles/core/45/update.sh index 3229f74..b7af7c9 100644 --- a/config/rootfiles/core/45/update.sh +++ b/config/rootfiles/core/45/update.sh @@ -54,7 +54,7 @@ echo Starting Proxy /etc/init.d/squid start 2>/dev/null echo Rewriting Outgoing FW Rules /var/ipfire/outgoing/bin/outgoingfw.pl -if [ `grep "ENABLED=on" /var/ipfire/vpn/setting` ]; then +if [ `grep "ENABLED=on" /var/ipfire/vpn/settings` ]; then echo Starting vpn-watch /usr/local/bin/vpn-watch & fi
hooks/post-receive -- IPFire 2.x development tree