Fix bug in Listener::create_local_client() that Unix domain socket is placed on / rather than /tmp.
State Changed From-To: open->feedback Awaiting maintainers feedback
stas 2007-01-10 21:29:25 UTC FreeBSD ports repository Modified files: devel/fam Makefile devel/fam/files patch-fam-Listener.c++ Log: - Fix bug in Listener::create_local_client() (incorrect tmp path) - Bump portrevision PR: ports/107802 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Revision Changes Path 1.32 +1 -1 ports/devel/fam/Makefile 1.3 +12 -3 ports/devel/fam/files/patch-fam-Listener.c++ _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!