Bug 107802 - [PATCH] devel/fam: Fix bug in Listener::create_local_client()
Summary: [PATCH] devel/fam: Fix bug in Listener::create_local_client()
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 21:00 UTC by Yasuhiro Kimura
Modified: 2007-01-10 21:30 UTC (History)
0 users

See Also:


Attachments
patch-fam (1.44 KB, text/plain)
2007-01-10 21:00 UTC, Yasuhiro Kimura
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2007-01-10 21:00:34 UTC
	Fix bug in Listener::create_local_client() that Unix domain
	socket is placed on / rather than /tmp.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-10 21:00:44 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-10 21:29:34 UTC
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"
Comment 3 Stanislav Sedov freebsd_committer freebsd_triage 2007-01-10 21:29:51 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!