Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 383793

Summary: sys-libs/freeipmi-1.0.6-r1 uses wrong path for ipmi-sensors
Product: Gentoo Linux Reporter: roltel <roland.schnabel>
Component: [OLD] Core systemAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal CC: sysadmin
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description roltel 2011-09-20 09:28:16 UTC
Last line in /usr/sbin/ipmimonitoring reads:
"exec /usr/local/sbin/ipmi-sensors $options"

... should be:
"exec /usr/sbin/ipmi-sensors $options"

Freeipmi does not install anything in /usr/local.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2011-09-26 11:00:34 UTC
Fixed with a oneliner in ebuild, and sent upstream the proper fix.