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

Bug 44915

Summary: Add TMPDIR to conf.d/distccd
Product: Gentoo Linux Reporter: Wendall Cada <wendallc>
Component: Current packagesAssignee: Lisa Seelye (RETIRED) <lisa>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Wendall Cada 2004-03-16 19:41:23 UTC
Because of security concerns with php, I have noexec,nosuid,nodev 0755 on my /tmp directory, so I need to set the TMPDIR parameter for distcc to work. I would like to see TMPDIR="/my/path/to" added to /etc/conf.d/distccd as an option. I modified /etc/init.d/distccd to include the following in start() TMPDIR="${TMPDIR}" and it works just fine.

Wendall

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Lisa Seelye (RETIRED) gentoo-dev 2004-03-21 13:43:36 UTC
This is fixed in CVS.

Thanks for the suggestion.