| Summary: | Add TMPDIR to conf.d/distccd | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Wendall Cada <wendallc> |
| Component: | Current packages | Assignee: | Lisa Seelye (RETIRED) <lisa> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
This is fixed in CVS. Thanks for the suggestion. |
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.