This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ntsec patch for setup


At 10:24 PM 1/19/2003 -0000, Max Bowsher wrote:
> I'd suggest something like this:
>
>if (isusers)
>{
>    nsid = usid;
>    log(LOG_TIMESTAMP) << "Changing gid to Users" << endLog;
>}
>else if (isadmins)
>    nsid = asid;
>
>    log(LOG_TIMESTAMP) << "Changing gid to Administrators" << endLog;
>}

OK, I will wait for Rob comments and add this if Rob doesn't find
it easier to include it himself.

Pierre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]