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

Bug 439030

Summary: sys-apps/baselayout-2.2 and sys-apps/baselayout-2.1-r1 create /run directory but don't own it
Product: Gentoo Linux Reporter: Chris Slycord <cslycord>
Component: [OLD] baselayoutAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Slycord 2012-10-20 05:52:07 UTC
baselayout versions 2.1-r1 and 2.2 have the following in the ebuild:
mkdir -p "${ROOT}"/run

This has the package create the directory while it belongs to no package.

Reproducible: Always

Steps to Reproduce:
1. emerge baselayout
2. equery belongs /run
3.
Actual Results:  
Show that /run belongs to nothing

Expected Results:  
/run belong to the package that created it, namely baselayout. AFAIK, it should use dodir instead of mkdir but I'm no ebuild master
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-10-20 16:11:39 UTC
Bug #361349 comment #56.
Bug #361349 comment #71.

*** This bug has been marked as a duplicate of bug 361349 ***