| Summary: | [patch] thttpd with USE_SENDFILE generates ENOTCONN noise in syslog | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Ben Goetter <goetter> |
| Component: | Individual Port(s) | Assignee: | Anders Nordby <anders> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ben Goetter
2006-01-15 22:40:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->anders Over to maintainer anders 2007-06-17 19:37:11 UTC
FreeBSD ports repository
Modified files:
www/thttpd Makefile
www/thttpd/files patch-thttpd.c
Log:
Do not log sendfile calls that return with ENOTCONN when USE_SENDFILE is
used, it is not interesting.
Bump PORTREVISION.
PR: ports/91843
Submitted by: Ben Goetter <goetter@mazama.net>
Revision Changes Path
1.41 +1 -1 ports/www/thttpd/Makefile
1.4 +15 -2 ports/www/thttpd/files/patch-thttpd.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: open->closed Committed (with whitespace-changes removed), thanks! |