Re: [Dev-luatex] luatex and umask

2012-09-03 Thread Taco Hoekwater
On 09/03/2012 01:24 AM, Karl Berry wrote: Hi Taco and all, A Mac user noticed that a texdoc directory was being created with group-write permission, even though their umask did not specify that (it was 022). Yes, we should update the lfs module in luatex. Thanks for the heads-up. Best wishes,

[Dev-luatex] luatex and umask

2012-09-02 Thread Karl Berry
Hi Taco and all, A Mac user noticed that a texdoc directory was being created with group-write permission, even though their umask did not specify that (it was 022). $ umask 022 $ dir=~/.texlive2012/texmf-var/texdoc $ rm -rf $dir $ texdoc -l whatever .. $ ls -ld $dir drwxrwxr-x 2 karl root 4096 S