seperated core update files from update to 2.3

added wlan cgi based on wlan ap addon from www.ban-solms.de
updated squid to 2.7 stable 3 to test recent changes
This commit is contained in:
Maniacikarus
2008-08-08 16:11:04 +02:00
parent 4539ab82a1
commit 27731caa86
9 changed files with 633 additions and 6 deletions

View File

@@ -0,0 +1,22 @@
etc/init.d/squid
etc/ppp/ip-up
var/ipfire/outgoing/bin/outgoingfw.pl
var/ipfire/urlfilter/autoupdate/autoupdate.urls
usr/sbin/redirect_wrapper
bin/ntfs-3g
lib/libntfs-3g.so
lib/libntfs-3g.so.31
lib/libntfs-3g.so.31.0.0
srv/web/ipfire/cgi-bin/index.cgi
srv/web/ipfire/cgi-bin/network.cgi
srv/web/ipfire/cgi-bin/graphs.cgi
srv/web/ipfire/cgi-bin/system.cgi
srv/web/ipfire/cgi-bin/outgoingfw.cgi
srv/web/ipfire/cgi-bin/urlfilter.cgi
srv/web/ipfire/cgi-bin/pakfire.cgi
srv/web/ipfire/cgi-bin/qos.cgi
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
var/ipfire/langs
var/ipfire/graphs.pl
var/ipfire/header.pl
usr/share/terminfo/x/xterm-color

View File

@@ -0,0 +1 @@
DEPS=""

View File

@@ -0,0 +1,5 @@
#!/bin/bash
. /opt/pakfire/lib/functions.sh
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
extract_files
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"