Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383793 - sys-libs/freeipmi-1.0.6-r1 uses wrong path for ipmi-sensors
Summary: sys-libs/freeipmi-1.0.6-r1 uses wrong path for ipmi-sensors
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 09:28 UTC by roltel
Modified: 2012-05-12 19:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.