I've set up a binary package host according to this page.
In /etc/profile umask is set to:
Code: Select all
/etc/profile:19:umask 022I can not find any other place besides /etc/profile, where umask is set (I checked by grepping whole of /etc). It seems portage does not respect this setting (but uses umask 137 instead).
Any ideas how to fix / where does portage (and quickpkg) get it's umask settings?
(EDIT:) I can see (at least) two solutions:
- 1. Set the package files as world-readable
2. Change the whole directory and contents to some group (say, remotepackages) and add the SSH user to that group
Cheers!
p.s. I've found another thread about this issue in this thread but no solutions (making a new one since that one is ancient).

