Re: [netatalk-admins] netatalk's handling of file permissions is broken...


Subject: Re: [netatalk-admins] netatalk's handling of file permissions is broken...
From: a sun (asun@zoology.washington.edu)
Date: Fri Nov 07 1997 - 14:24:16 EST


   Just stat() the directory about to be changed, and use
   the mode bits that the Mac has no notion of. I think the
   below masking should do the trick:

       mode = (stbuf.st_mode & 007000) | mode;

although there are actually a number of places where you need to do
that, i was planning on doing something similar.

-a



This archive was generated by hypermail 2b28 : Sat Dec 18 1999 - 16:28:01 EST