cvs commit: ports/sysutils/policykit Makefile ports/sysutils/policykit/files patch-src_kit_kit-spawn.c patch-src_polkit-grant_polkit-grant.c

Joe Marcus Clarke marcus at FreeBSD.org
Sun Mar 29 17:17:18 PDT 2009


marcus      2009-03-30 00:17:17 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/policykit   Makefile 
  Added files:
    sysutils/policykit/files patch-src_kit_kit-spawn.c 
                             patch-src_polkit-grant_polkit-grant.c 
  Log:
  * Fix a problem where waitpid() may return EINTR which causes the various
    polkit helpers to report a failure.  This fix allows dynamic polkit
    policies to actually work (e.g. mounting fixed drives with proper
    authorization).
  
  * Workaround a bug in our version of getline(3), and check for EOF when
    getline does not return -1.
  
  Revision  Changes    Path
  1.18      +1 -1      ports/sysutils/policykit/Makefile
  1.3       +13 -0     ports/sysutils/policykit/files/patch-src_kit_kit-spawn.c (new)
  1.4       +11 -0     ports/sysutils/policykit/files/patch-src_polkit-grant_polkit-grant.c (new)


More information about the cvs-all mailing list