Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 590326 - hprefixify doesn't prefix /run paths
Summary: hprefixify doesn't prefix /run paths
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 18:43 UTC by Fabian Groffen
Modified: 2016-08-18 15:13 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 Fabian Groffen gentoo-dev 2016-08-02 18:43:46 UTC
in diamond.conf:

# Pid file
pid_file = /run/diamond.pid

# Directory to load collector modules from
collectors_path = /gentoo/prefix64/usr/share/diamond/collectors/
# Leave empty to use the current user
user =


it seems the regex doesn't declare run as valid match.
Comment 1 Benda Xu gentoo-dev 2016-08-03 02:12:23 UTC
Makes sense.  Feel free to add "run" to line 95:

  https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/prefix.eclass#n95
Comment 2 Fabian Groffen gentoo-dev 2016-08-18 15:13:08 UTC
pushed