Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 545364 - net-misc/netifrc uses /var/run for pid file paths instead of /run
Summary: net-misc/netifrc uses /var/run for pid file paths 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: netifrc Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-02 22:04 UTC by smkbot
Modified: 2016-10-24 22:30 UTC (History)
0 users

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 smkbot 2015-04-02 22:04:35 UTC
net-misc/netifrc uses /var/run for pid file paths instead of /run.

For example, /lib64/netifrc/net/dhcpcd.sh has:

pidfile="/var/run/dhcpcd-${IFACE}.pid"

dhcpcd stores its pid file in /run.

On most Gentoo systems, /var/run is symlinked to /run I think, but this isn't a guarantee.

These paths should be updated.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2016-10-24 22:30:26 UTC
[master fdf0342] Switch /var/run to /run.
 13 files changed, 46 insertions(+), 46 deletions(-)