This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, master has been updated
via 0b09e72214df3d4d62c1a061f1e8866020877017 (commit)
via dbfb8f1bb482fdd27ec9126d3ce4d215a4a80fb6 (commit)
via 8473ea9fbfc57bc2f267705f73c5eabd8afd2adc (commit)
from 8f451574ddb9611213fc0544ba2864d69cb3bcd2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0b09e72214df3d4d62c1a061f1e8866020877017
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Feb 5 23:12:20 2010 +0100
Add urlfilter.cgi to core37.
commit dbfb8f1bb482fdd27ec9126d3ce4d215a4a80fb6
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Feb 5 23:10:26 2010 +0100
Add madwifi to core37.
commit 8473ea9fbfc57bc2f267705f73c5eabd8afd2adc
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date: Fri Feb 5 23:05:25 2010 +0100
Add lm_sensors to core37.
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/37/exclude | 1 +
config/rootfiles/core/37/filelists/files | 3 +++
config/rootfiles/core/37/filelists/lm_sensors | 1 +
.../{oldcore/28 => core/37}/filelists/madwifi | 0
config/rootfiles/core/37/update.sh | 4 ++++
5 files changed, 9 insertions(+), 0 deletions(-)
create mode 120000 config/rootfiles/core/37/filelists/lm_sensors
copy config/rootfiles/{oldcore/28 => core/37}/filelists/madwifi (100%)
Difference in files:
diff --git a/config/rootfiles/core/37/exclude b/config/rootfiles/core/37/exclude
index e69de29..224d784 100644
--- a/config/rootfiles/core/37/exclude
+++ b/config/rootfiles/core/37/exclude
@@ -0,0 +1 @@
+etc/modprobe.d/madwifi
diff --git a/config/rootfiles/core/37/filelists/files b/config/rootfiles/core/37/filelists/files
index 0037af1..5e9d1fa 100644
--- a/config/rootfiles/core/37/filelists/files
+++ b/config/rootfiles/core/37/filelists/files
@@ -1 +1,4 @@
etc/system-release
+lib/modules/2.6.27.42-ipfire/kernel/net
+lib/modules/2.6.27.42-ipfire-xen/kernel/net
+srv/web/ipfire/cgi-bin/urlfilter.cgi
\ No newline at end of file
diff --git a/config/rootfiles/core/37/filelists/lm_sensors b/config/rootfiles/core/37/filelists/lm_sensors
new file mode 120000
index 0000000..dd0df32
--- /dev/null
+++ b/config/rootfiles/core/37/filelists/lm_sensors
@@ -0,0 +1 @@
+../../../common/lm_sensors
\ No newline at end of file
diff --git a/config/rootfiles/core/37/filelists/madwifi b/config/rootfiles/core/37/filelists/madwifi
new file mode 120000
index 0000000..00c9865
--- /dev/null
+++ b/config/rootfiles/core/37/filelists/madwifi
@@ -0,0 +1 @@
+../../../common/madwifi
\ No newline at end of file
diff --git a/config/rootfiles/core/37/update.sh b/config/rootfiles/core/37/update.sh
index 7ea483f..80e8286 100644
--- a/config/rootfiles/core/37/update.sh
+++ b/config/rootfiles/core/37/update.sh
@@ -33,6 +33,10 @@ extract_files
#Start services
#
+#Delete sensors config to force new scan
+rm -f /etc/sysconfig/lm_sensors
+
+#
#Update Language cache
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
hooks/post-receive
--
IPFire 2.x development tree