* Thu 2007-12-13 Corinna Vinschen <[EMAIL PROTECTED]>
* Message-Id: [EMAIL PROTECTED]
>> This package is in Base for a reason.  It is an essential package and
>> used for instance in the openssh config script.

Ok. Fixed.

> Oh, btw.  While you're at it, would you mind to add the missing
> user privileges up to Vista?  For a list have a look into the
> latest incarnation of <w32api/winnt.h>.

I added these that were missing from main.c::printUsage

    SeCreateGlobalPrivilege
    SeCreateSymbolicLinkPrivilege
    SeImpersonatePrivilege
    SeIncreaseWorkingSetPrivilege
    SeRelabelPrivilege
    SeTimeZonePrivilege
    SeTrustedCredManAccessPrivilege

judging from the section that started from:

   ...
   #define SE_CREATE_TOKEN_NAME    TEXT...

Updated package below,
Jari

a) manual

  wget        \
    http://cygwin.cante.net/editrights/editrights-1.01-2-src.tar.bz2 \
    http://cygwin.cante.net/editrights/editrights-1.01-2.tar.bz2 \
    http://cygwin.cante.net/editrights/setup.hint

b) automatic

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir editrights ; cd editrights
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/editrights/get.sh \
          http://cygwin.cante.net/editrights/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines

Reply via email to