mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Corrected and translated outgoing fw
Added recent changes to core6 Further integrated collectd Started building core 7 for collected git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1163 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -9,3 +9,7 @@ lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/net/r8168.ko
|
||||
lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/usb/net/mcs7830.ko
|
||||
lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/ieee1394/sbp2.ko
|
||||
/sbin/kudzu
|
||||
var/ipfire/langs
|
||||
srv/web/html/
|
||||
srv/web/ipfire/cgi-bin/outgoingfw.cgi
|
||||
etc/init.d/squid
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
depmod -a
|
||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
|
||||
12
config/rootfiles/core/7/files
Normal file
12
config/rootfiles/core/7/files
Normal file
@@ -0,0 +1,12 @@
|
||||
etc/collectd.conf
|
||||
etc/init.d/collectd
|
||||
srv/web/ipfire/cgi-bin/graphs.cgi
|
||||
srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
|
||||
srv/web/ipfire/cgi-bin/network.cgi
|
||||
usr/lib/collectd
|
||||
usr/local/bin/makegraphs
|
||||
usr/sbin/collectd
|
||||
var/ipfire/graphs.pl
|
||||
var/ipfire/menu.d/20-status.menu
|
||||
|
||||
|
||||
1
config/rootfiles/core/7/meta
Normal file
1
config/rootfiles/core/7/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
6
config/rootfiles/core/7/update.sh
Normal file
6
config/rootfiles/core/7/update.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
ln -s /etc/rc.d/rc0.d/K50collectd /etc/init.d/collectd
|
||||
ln -s /etc/rc.d/rc3.d/S20collectd /etc/init.d/collectd
|
||||
ln -s /etc/rc.d/rc6.d/K50collectd /etc/init.d/collectd
|
||||
Reference in New Issue
Block a user