diff options
author | Christian Heim <phreak@gentoo.org> | 2006-07-17 08:46:01 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-07-17 08:46:01 +0000 |
commit | 4e6ad2377e2042a510989153504243c515eada81 (patch) | |
tree | 47ac2d286c2d6952298787c90909eea9d99a77d0 /sys-apps/lm_sensors/files | |
parent | Added imake to DEPEND. Closes bug #140261. (diff) | |
download | historical-4e6ad2377e2042a510989153504243c515eada81.tar.gz historical-4e6ad2377e2042a510989153504243c515eada81.tar.bz2 historical-4e6ad2377e2042a510989153504243c515eada81.zip |
Revision bump. Removing the rmmod i2c_core from the init-scripts again, since some other modules depend on it, which would need to be removed first (thanks Jakub).
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'sys-apps/lm_sensors/files')
4 files changed, 8 insertions, 14 deletions
diff --git a/sys-apps/lm_sensors/files/digest-lm_sensors-2.10.0-r2 b/sys-apps/lm_sensors/files/digest-lm_sensors-2.10.0-r2 new file mode 100644 index 000000000000..cd0598b2a998 --- /dev/null +++ b/sys-apps/lm_sensors/files/digest-lm_sensors-2.10.0-r2 @@ -0,0 +1,3 @@ +MD5 6a5327c9e291c5e2bef62e2277bce962 lm_sensors-2.10.0.tar.gz 879631 +RMD160 8bb5dd4fbb9b7fba2f60f8a8d00d7b54231ddf37 lm_sensors-2.10.0.tar.gz 879631 +SHA256 e2fe2c79dc1f219ae85606ad1e556edcd2e55adbabf8bb45dc3c11c00503050d lm_sensors-2.10.0.tar.gz 879631 diff --git a/sys-apps/lm_sensors/files/digest-lm_sensors-2.9.2-r2 b/sys-apps/lm_sensors/files/digest-lm_sensors-2.9.2-r2 new file mode 100644 index 000000000000..48df55c1337f --- /dev/null +++ b/sys-apps/lm_sensors/files/digest-lm_sensors-2.9.2-r2 @@ -0,0 +1,3 @@ +MD5 229f83cfbd081d5e7bd46885efec1c72 lm_sensors-2.9.2.tar.gz 860624 +RMD160 1facd2f05ab31d819b12da73067952d74496fbcb lm_sensors-2.9.2.tar.gz 860624 +SHA256 e40573335a895c88bdc040126fd6bb73199bef0169b2b88c6a1ef916c03803c7 lm_sensors-2.9.2.tar.gz 860624 diff --git a/sys-apps/lm_sensors/files/lm_sensors-2.10.0-lm_sensors-init.d b/sys-apps/lm_sensors/files/lm_sensors-2.10.0-lm_sensors-init.d index 224906885d63..1717d3a64002 100644 --- a/sys-apps/lm_sensors/files/lm_sensors-2.10.0-lm_sensors-init.d +++ b/sys-apps/lm_sensors/files/lm_sensors-2.10.0-lm_sensors-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/lm_sensors-2.10.0-lm_sensors-init.d,v 1.2 2006/07/16 09:18:36 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/lm_sensors-2.10.0-lm_sensors-init.d,v 1.3 2006/07/17 08:46:01 phreak Exp $ checkconfig() { if [ ! -f /etc/conf.d/lm_sensors ]; then @@ -101,11 +101,5 @@ stop() { rmmod i2c-proc &> /dev/null eend $? fi - - if [[ -e /sys/i2c || /sys/bus/i2c ]] ; then - ebegin " Unloading i2c-core" - rmmod i2c-core &> /dev/null - eend $? - fi fi } diff --git a/sys-apps/lm_sensors/files/lm_sensors-2.9.2-lm_sensors-init.d b/sys-apps/lm_sensors/files/lm_sensors-2.9.2-lm_sensors-init.d index 18bbfc781b2c..461675da7daa 100644 --- a/sys-apps/lm_sensors/files/lm_sensors-2.9.2-lm_sensors-init.d +++ b/sys-apps/lm_sensors/files/lm_sensors-2.9.2-lm_sensors-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/lm_sensors-2.9.2-lm_sensors-init.d,v 1.2 2006/07/16 09:18:36 phreak Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/lm_sensors-2.9.2-lm_sensors-init.d,v 1.3 2006/07/17 08:46:01 phreak Exp $ checkconfig() { if [ ! -f /etc/conf.d/lm_sensors ]; then @@ -101,11 +101,5 @@ stop() { rmmod i2c-proc &> /dev/null eend $? fi - - if [[ -e /sys/bus/i2c || /sys/i2c ]] ; then - ebegin " Unloading i2c-core" - rmmod i2c-core &> /dev/null - eend $? - fi fi } |