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

Bug 685298

Summary: sys-apps/ipmitool uses /var/run instead of /run
Product: Gentoo Linux Reporter: Bertrand Jacquin <bertrand>
Component: Current packagesAssignee: Sysadmin Bugs <sysadmin>
Status: RESOLVED FIXED    
Severity: normal CC: bertrand
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 830306    

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>