Bug 143275 - Update port devel/git: rc script set --reuseaddr
Summary: Update port devel/git: rc script set --reuseaddr
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-26 21:10 UTC by phil
Modified: 2010-02-14 17:06 UTC (History)
0 users

See Also:


Attachments
devel_git.patch (461 bytes, patch)
2010-01-26 21:10 UTC, phil
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description phil 2010-01-26 21:10:01 UTC
	By default rc.d/git_daemon doesn't use --reuseaddr option.
	This options set SO_REUSEADDR (setsockopt) on server socket, then
	we can restart git-daemon properly. Without SO_REUSEADDR the server can't
	restart immediately. It's just a suggestion to change the default configuration.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-01-26 21:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Wesley Shields freebsd_committer freebsd_triage 2010-02-14 17:06:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!