lm_sensors: updated to 3.3.5
This commit is contained in:
parent
9371500cc1
commit
9881f9a28b
@ -27,6 +27,7 @@ drwxr-xr-x root/root usr/man/man8/
|
|||||||
-rw-r--r-- root/root usr/man/man8/isadump.8.gz
|
-rw-r--r-- root/root usr/man/man8/isadump.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/isaset.8.gz
|
-rw-r--r-- root/root usr/man/man8/isaset.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/pwmconfig.8.gz
|
-rw-r--r-- root/root usr/man/man8/pwmconfig.8.gz
|
||||||
|
-rw-r--r-- root/root usr/man/man8/sensors-conf-convert.8.gz
|
||||||
-rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz
|
-rw-r--r-- root/root usr/man/man8/sensors-detect.8.gz
|
||||||
drwxr-xr-x root/root usr/sbin/
|
drwxr-xr-x root/root usr/sbin/
|
||||||
-rwxr-xr-x root/root usr/sbin/fancontrol
|
-rwxr-xr-x root/root usr/sbin/fancontrol
|
||||||
|
@ -1 +1 @@
|
|||||||
60cfb98ab7a8915c3ac684af5459de2e lm_sensors-3.3.4.tar.bz2
|
da506dedceb41822e64865f6ba34828a lm_sensors-3.3.5.tar.bz2
|
||||||
|
@ -5,12 +5,13 @@
|
|||||||
# Nice to have: i2c-tools
|
# Nice to have: i2c-tools
|
||||||
|
|
||||||
name=lm_sensors
|
name=lm_sensors
|
||||||
version=3.3.4
|
version=3.3.5
|
||||||
release=1
|
release=1
|
||||||
source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2)
|
source=(http://dl.lm-sensors.org/lm-sensors/releases/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
|
|
||||||
make install PREFIX=/usr \
|
make install PREFIX=/usr \
|
||||||
ETCDIR=/usr/etc \
|
ETCDIR=/usr/etc \
|
||||||
DESTDIR=$PKG
|
DESTDIR=$PKG
|
||||||
|
@ -4,16 +4,10 @@ README for lm_sensors
|
|||||||
|
|
||||||
IMPORTANT NOTES
|
IMPORTANT NOTES
|
||||||
|
|
||||||
* The libsensors configuration file (/etc/sensors.conf) is never overwritten
|
* The format of /usr/etc/sensors3.conf changed with lm-sensors 3.0.0.
|
||||||
by our installation process, so that you won't lose your personal settings
|
If you have a custom configuration file using the old format, you
|
||||||
in that file. You still can get our latest default config file in
|
can convert it using the sensors-conf-convert script. Otherwise just
|
||||||
etc/sensors.conf.eg and manually copy it to /etc/sensors.conf if you want.
|
overwrite your old configuration file with the new default one.
|
||||||
You will then want to edit it to fit your needs again.
|
|
||||||
|
|
||||||
* The format of /etc/sensors.conf changed with lm-sensors >= 3.0.0.
|
|
||||||
If you have a custom configuration file using the old format, you can convert
|
|
||||||
it using the sensors-conf-convert script. Otherwise just overwrite your old
|
|
||||||
configuration file with the new default one.
|
|
||||||
|
|
||||||
|
|
||||||
KERNEL CONFIGURATION
|
KERNEL CONFIGURATION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user