| Summary: | /etc/services maps incorrect names for XMPP | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Ralph Meijer <freebsd-gnats2> |
| Component: | conf | Assignee: | Stanislav Sedov <stas> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 1.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Ralph Meijer
2006-07-20 12:50:15 UTC
Responsible Changed From-To: freebsd-bugs->stas I'll take it. stas 2007-04-11 13:06:06 UTC
FreeBSD src repository (ports committer)
Modified files:
etc services
Log:
- Sync service names with IANA (http://www.iana.org/assignments/port-numbers).
The registration names for 5222(tcp,udp) and 5269(tcp,udp) was changed to
xmpp-client and xmpp-server correspondingly.
This inconsistency causes problems to applications developed on other
systems, as they tries to use port numbers from /etc/services as fallback.
PR: conf/100606
Submitted by: Ralph Meijer <freebsd-gnats2@ralphm.ik.nu>
Approved by: maxim
MFC after: 1 week
Revision Changes Path
1.104 +4 -4 src/etc/services
_______________________________________________
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->patched The fix was committed to HEAD. State Changed From-To: patched->closed Committed. Thanks! |