Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83288 - gradm ebuild should honour ROOT in pkg_postinstall when creating /dev/grsec
Summary: gradm ebuild should honour ROOT in pkg_postinstall when creating /dev/grsec
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor
Assignee: The Gentoo Linux Hardened Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-02-25 04:20 UTC by Martin von Gagern
Modified: 2005-02-25 11:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to gradm-2.1.0.ebuild (gradm.diff,669 bytes, patch)
2005-02-25 04:48 UTC, Martin von Gagern
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2005-02-25 04:20:58 UTC
The gradm ebuild checks and creates /dev/grsec, not ${ROOT}/dev/grsec.


Reproducible: Always
Steps to Reproduce:
1. emerge -B gradm
2. ROOT=/some/other/dir emerge -K gradm

Actual Results:  
/dev/grsec created

Expected Results:  
/some/other/dir/dev/grsec created

I will append a patch...
Comment 1 Martin von Gagern 2005-02-25 04:48:43 UTC
Created attachment 52111 [details, diff]
patch to gradm-2.1.0.ebuild
Comment 2 solar (RETIRED) gentoo-dev 2005-02-25 11:05:44 UTC
FIXED InCVS.
Removed old ebuilds that are cruft.
I did not use the patch from comment #1 but it's the exact same thing in the tree.