From: Arne Fitzenreiter Date: Sat, 27 Sep 2008 11:53:20 +0000 (+0200) Subject: Fix updater & rootfiles X-Git-Tag: v2.3-beta4~14^2~26^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=168a6840221280157df6f69858d842e4da1df075;p=ipfire-2.x.git Fix updater & rootfiles --- diff --git a/config/rootfiles/common/oldcore7 b/config/rootfiles/common/oldcore7 index f6ec3fc5f6..21e318a9d5 100644 --- a/config/rootfiles/common/oldcore7 +++ b/config/rootfiles/common/oldcore7 @@ -3,7 +3,7 @@ etc/rc.d/init.d/smartenabler etc/rc.d/init.d/networking/red srv/web/ipfire/cgi-bin/graphs.cgi srv/web/ipfire/cgi-bin/hardwaregraphs.cgi -srv/web/ipfire/cgi-bin/network.cgi +#srv/web/ipfire/cgi-bin/network.cgi srv/web/ipfire/cgi-bin/optionsfw.cgi srv/web/ipfire/cgi-bin/proxy.cgi usr/local/bin/makegraphs diff --git a/config/rootfiles/updater/filelists/files b/config/rootfiles/updater/filelists/files index 5d2a4e6caa..0a697ea4a1 100644 --- a/config/rootfiles/updater/filelists/files +++ b/config/rootfiles/updater/filelists/files @@ -28,9 +28,8 @@ srv/web/ipfire/cgi-bin/connections.cgi srv/web/ipfire/cgi-bin/graphs.cgi srv/web/ipfire/cgi-bin/pppsetup.cgi srv/web/ipfire/cgi-bin/netexternal.cgi -srv/web/ipfire/cgi-bin/netinernal.cgi +srv/web/ipfire/cgi-bin/netinternal.cgi srv/web/ipfire/cgi-bin/netother.cgi - srv/web/ipfire/cgi-bin/system.cgi srv/web/ipfire/cgi-bin/ids.cgi var/ipfire/sensors/ diff --git a/config/rootfiles/updater/update.sh b/config/rootfiles/updater/update.sh index 2f69456648..b1e2d9685e 100755 --- a/config/rootfiles/updater/update.sh +++ b/config/rootfiles/updater/update.sh @@ -56,6 +56,9 @@ echo var/updatexlerator >> /opt/pakfire/tmp/ROOTFILES echo lib/iptables >> /opt/pakfire/tmp/ROOTFILES echo lib/modules >> /opt/pakfire/tmp/ROOTFILES echo boot >> /opt/pakfire/tmp/ROOTFILES +echo srv/web/ipfire/cgi-bin/fwhits.cgi >> /opt/pakfire/tmp/ROOTFILES +echo srv/web/ipfire/cgi-bin/network.cgi >> /opt/pakfire/tmp/ROOTFILES +echo srv/web/ipfire/cgi-bin/traffics.cgi >> /opt/pakfire/tmp/ROOTFILES # tar cjvf /var/ipfire/backup/update_$OLDVERSION-$NEWVERSION.tar.bz2 \ -T /opt/pakfire/tmp/ROOTFILES --exclude='#*' -C / > /dev/null 2>&1 @@ -70,6 +73,12 @@ rm -rf /etc/rc.d/rc3.d/S20collectd # rm -rf /etc/rc.d/rc3.d/S99squid # +# Delete old cgi files ... +# +rm -rf /srv/web/ipfire/cgi-bin/fwhits.cgi +rm -rf /srv/web/ipfire/cgi-bin/network.cgi +rm -rf /srv/web/ipfire/cgi-bin/traffics.cgi +# # Delete old iptables libs... # rm -rf /lib/iptables