From: Yukihiro Matsumoto Date: 2006-09-07T08:08:29+09:00 Subject: Re: Insecure word writable dir? Hi, In message "Re: Insecure word writable dir?" on Thu, 7 Sep 2006 05:18:34 +0900, ara.t.howard@noaa.gov writes: |> $VERBOSE is valuable, very valuable... could we perhaps move this warning to |> $DEBUG or only if $SAFE is set or something? | |i second that. it's the only reason i don't use $VERBOSE too. We've changed the condition. World writable parent directories would not cause warnings if they have sticky bits set. I am not sure if it works on Windows as well. matz.