On Mon, 8 May 2000, Michael Abraham Shulman wrote:

> According to strace, mhshow does a
> 
> umask(037777777177) = 02
> 
> Although I don't know how to read the umask that's getting set, all
> those 7s probably mean it's masking the stuff that makes Lynx fail.
> (The previous umask 002 is normal for Debian.)

My 'man 2 umask' says

          mode_t umask(mode_t mask);

   DESCRIPTION
          umask sets the umask to mask & 0777.

so lynx ends up being invoked with an umask of 0177.


  Klaus


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]

Reply via email to