mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
22
config/rootfiles/core/16/files
Normal file
22
config/rootfiles/core/16/files
Normal 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
|
||||
1
config/rootfiles/core/16/meta
Normal file
1
config/rootfiles/core/16/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
5
config/rootfiles/core/16/update.sh
Normal file
5
config/rootfiles/core/16/update.sh
Normal 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"
|
||||
Reference in New Issue
Block a user