From: Arne Fitzenreiter Date: Sat, 31 May 2008 09:12:03 +0000 (+0200) Subject: Add display fixes if not using red0 to core15 X-Git-Tag: v2.3-beta1~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ece7e6e0affd5ebe82c5f012e513a3310bdcf9e;p=people%2Fstevee%2Fipfire-2.x.git Add display fixes if not using red0 to core15 --- diff --git a/config/rootfiles/core/15/files b/config/rootfiles/core/15/files index c526e6f942..e84b82a573 100644 --- a/config/rootfiles/core/15/files +++ b/config/rootfiles/core/15/files @@ -6,5 +6,6 @@ srv/web/ipfire/cgi-bin/pakfire.cgi srv/web/ipfire/cgi-bin/qos.cgi srv/web/ipfire/cgi-bin/network.cgi srv/web/ipfire/cgi-bin/graphs.cgi +srv/web/ipfire/cgi-bin/speed.cgi var/ipfire/langs var/ipfire/graphs.pl diff --git a/config/rootfiles/core/15/update.sh b/config/rootfiles/core/15/update.sh index 3cb2d28a72..eb8b1986c5 100644 --- a/config/rootfiles/core/15/update.sh +++ b/config/rootfiles/core/15/update.sh @@ -3,4 +3,7 @@ /usr/local/bin/backupctrl exclude >/dev/null 2>&1 extract_files perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" +grep -v 'Interface "ppp"' /etc/collectd.conf > /tmp/collectd.conf +mv /tmp/collectd.conf /etc/collectd.conf +/etc/init.d/collectd restart /etc/init.d/mISDN config