Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
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.
This is fixed in CVS. Thanks for the suggestion.