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, thirteen has been updated via db7a755dabac4f15e42e363e5a69f19f538ef66e (commit) via 033d2763f5b4d07a63f68d50524b588195567024 (commit) from 3f67e8ad9cfd496d0e9eff9f434bbca380368ff2 (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 db7a755dabac4f15e42e363e5a69f19f538ef66e Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Nov 10 14:28:09 2012 +0100
updater: add scandh script to update.
commit 033d2763f5b4d07a63f68d50524b588195567024 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Nov 10 13:42:11 2012 +0100
updater: add outgoingfw.pl and remove old ncurses from libs.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/65/filelists/files | 3 +++ config/rootfiles/core/65/update.sh | 4 +++- 2 files changed, 6 insertions(+), 1 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/65/filelists/files b/config/rootfiles/core/65/filelists/files index 0f013b1..669a8d1 100644 --- a/config/rootfiles/core/65/filelists/files +++ b/config/rootfiles/core/65/filelists/files @@ -4,6 +4,7 @@ etc/sysctl.conf etc/securetty opt/pakfire/etc/pakfire.conf etc/rc.d/init.d/partresize +etc/rc.d/init.d/firewall etc/rc.d/init.d/fsresize etc/rc.d/init.d/setclock etc/rc.d/init.d/tmpfs @@ -18,5 +19,7 @@ srv/web/ipfire/cgi-bin/services.cgi srv/web/ipfire/cgi-bin/updatexlrator.cgi srv/web/ipfire/cgi-bin/vpnmain.cgi var/ipfire/langs +var/ipfire/outgoing/bin/outgoingfw.pl var/ipfire/qos/bin/makeqosscripts.pl usr/local/bin/readhash +usr/local/bin/scanhd diff --git a/config/rootfiles/core/65/update.sh b/config/rootfiles/core/65/update.sh index e54c329..5325086 100644 --- a/config/rootfiles/core/65/update.sh +++ b/config/rootfiles/core/65/update.sh @@ -68,6 +68,7 @@ add_to_backup boot add_to_backup etc/snort add_to_backup usr/lib/snort_* add_to_backup usr/share/zoneinfo +add_to_backup lib/libncurses*
# Backup the files tar cJvf /var/ipfire/backup/core-upgrade_$KVER.tar.xz \ @@ -109,10 +110,11 @@ cp -vf /boot/grub/grub.conf /boot/grub/grub.conf.org /etc/init.d/squid stop /etc/init.d/ipsec stop
-#Remove old snort and zoneinfo +#Remove old snort, zoneinfo and ncurses-libs(wrong path). rm -rf /etc/snort rm -rf /usr/lib/snort_* rm -rf /usr/share/zoneinfo +rm -rf /lib/libncurses*
# #Extract files
hooks/post-receive -- IPFire 2.x development tree