Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 685298 - sys-apps/ipmitool uses /var/run instead of /run
Summary: sys-apps/ipmitool uses /var/run instead of /run
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 830306
  Show dependency tree
 
Reported: 2019-05-07 23:44 UTC by Bertrand Jacquin
Modified: 2022-09-10 03:27 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 Bertrand Jacquin 2019-05-07 23:44:55 UTC
Hi,

sys-apps/ipmitool-1.8.17-r1 init script refers /var/run:

/etc/init.d/ipmievd:    start-stop-daemon --start --pidfile /var/run/${PN}.pid0 --exec /usr/sbin/${PN} -- -I ${INTERFACE} ${OPTIONS} ${COMMAND}
/etc/init.d/ipmievd:    start-stop-daemon --stop --pidfile /var/run/${PN}.pid0
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-09-10 03:27:44 UTC
Seems like the last initscript doing this was dropped a while ago in:

commit 72e20101b43d0bb3d5ff945401aef50fc4c39e41
Author: Matt Turner <mattst88@gentoo.org>
Date:   Wed Aug 17 09:49:47 2022 -0400

    sys-apps/ipmitool: Drop old versions

    Signed-off-by: Matt Turner <mattst88@gentoo.org>