Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2012 19:55:52 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/java/openjdk7/files patch-src-os-bsd-vm-attachListener_bsd.cpp
Message-ID:  <201206061955.q56JtqqQ065948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
glewis      2012-06-06 19:55:52 UTC

  FreeBSD ports repository

  Modified files:
    java/openjdk7/files  
                         patch-src-os-bsd-vm-attachListener_bsd.cpp 
  Log:
  Forced commit to note details for the previous commit:
  
  . Ownership of the temporary java_pid.XXXX file is checked before
    attachment can proceed.  Since /tmp is normally a sticky directory
    (see sticky(8)), the group ownership of files created there don't
    usually match the user's group.  So chown the temporary file to
    the user's user and group before the attachment occurs.  This is
    also the behaviour in openjdk6.
  
  Revision  Changes    Path
  1.2       +1 -1      ports/java/openjdk7/files/patch-src-os-bsd-vm-attachListener_bsd.cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206061955.q56JtqqQ065948>