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 9bde9a2023b6847b3ad45a3de9d4346cfac2390f (commit) from cdb4dc96305083c0d16977fb6e1db1d665bb6196 (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 9bde9a2023b6847b3ad45a3de9d4346cfac2390f Author: Christian Schmidt christian.schmidt@ipfire.org Date: Thu Sep 2 20:08:06 2010 +0200
Added the latest commit to next core.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/40/filelists/files | 3 +++ config/rootfiles/core/40/update.sh | 5 +++++ 2 files changed, 8 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/40/filelists/files b/config/rootfiles/core/40/filelists/files index 04075e6..47ccf94 100644 --- a/config/rootfiles/core/40/filelists/files +++ b/config/rootfiles/core/40/filelists/files @@ -5,6 +5,7 @@ var/ipfire/langs/de.pl var/ipfire/langs/es.pl var/ipfire/langs/fr.pl var/ipfire/dhcp/dhcpd.conf.local +var/ipfire/outgoing/bin/outgoingfw.pl etc/rc.d/init.d/dnsmasq etc/rc.d/init.d/firewall etc/rc.d/init.d/functions @@ -13,6 +14,8 @@ srv/web/ipfire/cgi-bin/backup.cgi srv/web/ipfire/cgi-bin/dhcp.cgi srv/web/ipfire/cgi-bin/time.cgi srv/web/ipfire/cgi-bin/pppsetup.cgi +srv/web/ipfire/cgi-bin/outgoinggrp.cgi +srv/web/ipfire/cgi-bin/outgoingfw.cgi srv/web/ipfire/cgi-bin/qos.cgi usr/lib/python2.7/ipaddr.pyc usr/lib/python2.7/site-packages/drv_libxml2.py diff --git a/config/rootfiles/core/40/update.sh b/config/rootfiles/core/40/update.sh index 8878200..88c067d 100644 --- a/config/rootfiles/core/40/update.sh +++ b/config/rootfiles/core/40/update.sh @@ -51,6 +51,11 @@ echo non /var/lock tmpfs defaults,size=8M 0 0 >> /etc #Rebuild module dep's depmod 2.6.32.15-ipfire depmod 2.6.32.15-ipfire-xen + +#Create the misssing mac group +mkdir /var/ipfire/outgoing/macgroups +chown nobody.nobody /var/ipfire/outgoing/macgroups + # #Finish #Don't report the exitcode last command
hooks/post-receive -- IPFire 2.x development tree