2.0.7: inherit permissions = yes breaks setting read-only on files

Robert Dahlem Robert.Dahlem at ffm2.siemens.de
Thu Aug 24 17:18:43 GMT 2000


David,

[sorry for the doublette]

On Thu, 24 Aug 2000 13:15:51 -0400, Cole, Timothy D. wrote:

>> As I already wrote: I have more questions than opinions on this.
>> 
>> Should the functions inside a wrapper "library" use the wrapped or 
>> the system functions (letting aside the individual function: 
>> wrap_xxx() clearly MUST use sys_xxx() inside) ?
>> 
>	Could you rephrase the question?


Its nearly the same as yours:

wrap_xxx() 
{
	sys_xxx(); /* That's clear */

   /* But: */
   sys_yyy();
   /* or */
   wrap_yyy();
   /* ? */
}


Regards,
        Robert






More information about the samba-technical mailing list