diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-10-26 00:42:37 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-10-26 00:42:37 +0000 |
commit | cc97f752a1d93a63d9c9485282fece1ea4e79ea5 (patch) | |
tree | bc963fe3407d5ad9f66829e24c4debe014bda1f1 /net-analyzer/net-snmp/files | |
parent | Alpha keywording. (diff) | |
download | historical-cc97f752a1d93a63d9c9485282fece1ea4e79ea5.tar.gz historical-cc97f752a1d93a63d9c9485282fece1ea4e79ea5.tar.bz2 historical-cc97f752a1d93a63d9c9485282fece1ea4e79ea5.zip |
lm_sensors fix
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r-- | net-analyzer/net-snmp/files/net-snmp-lm_sensors.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/net-snmp/files/net-snmp-lm_sensors.patch b/net-analyzer/net-snmp/files/net-snmp-lm_sensors.patch index 55a3274d0de4..29ba1ea8e01b 100644 --- a/net-analyzer/net-snmp/files/net-snmp-lm_sensors.patch +++ b/net-analyzer/net-snmp/files/net-snmp-lm_sensors.patch @@ -182,7 +182,7 @@ diff -Naur net-snmp-5.1.1.old/agent/mibgroup/host/hr_sensor.c net-snmp-5.1.1/age + void *sensors_library; + + /* This could probably due with a bit more error reporting. */ -+ sensors_library=dlopen("libsensors.so.2",RTLD_LAZY); ++ sensors_library=dlopen("libsensors.so",RTLD_LAZY); + if(sensors_library==NULL) + return; // return before anything is registered + |