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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"