mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-13 12:32:59 +02:00
updated collectd and hdparm
started core 9 and closed core 9 git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1226 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -12,8 +12,8 @@ lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/ieee1394/sbp2.ko
|
||||
var/ipfire/langs
|
||||
srv/web/ipfire/cgi-bin/outgoingfw.cgi
|
||||
etc/init.d/squid
|
||||
bin/ntfs-3g
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.21
|
||||
lib/libntfs-3g.so.21.0.0
|
||||
sbin/mount.ntfs-3g
|
||||
#bin/ntfs-3g
|
||||
#lib/libntfs-3g.so
|
||||
#lib/libntfs-3g.so.21
|
||||
#lib/libntfs-3g.so.21.0.0
|
||||
#sbin/mount.ntfs-3g
|
||||
|
||||
@@ -5,3 +5,8 @@ lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/net/r8168.ko
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
||||
etc/ntp
|
||||
usr/local/bin/wirelessctrl
|
||||
bin/ntfs-3g
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.23
|
||||
lib/libntfs-3g.so.23.0.0
|
||||
sbin/mount.ntfs-3g
|
||||
|
||||
@@ -4,3 +4,4 @@ extract_files
|
||||
depmod -a
|
||||
echo "DROPWIRELESSFORWARD=on" >> /var/ipfire/optionsfw/settings
|
||||
echo "DROPWIRELESSINPUT=on" >> /var/ipfire/optionsfw/settings
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
|
||||
0
config/rootfiles/core/9/files
Normal file
0
config/rootfiles/core/9/files
Normal file
1
config/rootfiles/core/9/meta
Normal file
1
config/rootfiles/core/9/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
5
config/rootfiles/core/9/update.sh
Normal file
5
config/rootfiles/core/9/update.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
extract_files
|
||||
depmod -a
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
@@ -55,6 +55,7 @@
|
||||
* centerim-4.22.1
|
||||
* clamav-0.92.1
|
||||
* collectd-4.2.3
|
||||
* collectd-4.3.0
|
||||
* coreutils-5.96
|
||||
* cpio-2.6
|
||||
* cups-1.2.12
|
||||
@@ -100,6 +101,7 @@
|
||||
* gzip-1.3.5
|
||||
* hddtemp-0.3-beta14
|
||||
* hdparm-8.1
|
||||
* hdparm-8.4
|
||||
* hplip-2.7.10
|
||||
* htop-0.7
|
||||
* httpd-2.2.6
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
include Config
|
||||
|
||||
PKG_NAME = collectd
|
||||
VER = 4.2.3
|
||||
VER = 4.3.0
|
||||
|
||||
THISAPP = collectd-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 19ebd43875fa364a356065b1d692c944
|
||||
$(DL_FILE)_MD5 = ace292ba502f09379741e79561cf2c89
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 8.1
|
||||
VER = 8.4
|
||||
|
||||
THISAPP = hdparm-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 87c1512497195204034503665f71f5fc
|
||||
$(DL_FILE)_MD5 = f29945ce67796253157dc3a8041131fb
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user