cvs commit: ports/java/openjdk7/files
patch-src-os-bsd-vm-attachListener_bsd.cpp
Greg Lewis
glewis at FreeBSD.org
Wed Jun 6 19:55:52 UTC 2012
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
More information about the cvs-all
mailing list