mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
- 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
This commit is contained in:
parent
9fd6e3d4a4
commit
2b1d8ce08a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168618
@ -1995,12 +1995,12 @@ aol-2 5192/tcp #AmericaOnline2
|
||||
aol-2 5192/udp #AmericaOnline2
|
||||
aol-3 5193/tcp #AmericaOnline3
|
||||
aol-3 5193/udp #AmericaOnline3
|
||||
jabber-client 5222/tcp #Jabber Client Connection
|
||||
jabber-client 5222/udp #Jabber Client Connection
|
||||
xmpp-client 5222/tcp #XMPP Client Connection
|
||||
xmpp-client 5222/udp #XMPP Client Connection
|
||||
padl2sim 5236/tcp
|
||||
padl2sim 5236/udp
|
||||
jabber-server 5269/tcp #Jabber Server Connection
|
||||
jabber-server 5269/udp #Jabber Server Connection
|
||||
xmpp-server 5269/tcp #XMPP Server Connection
|
||||
xmpp-server 5269/udp #XMPP Server Connection
|
||||
hacl-hb 5300/tcp # HA cluster heartbeat
|
||||
hacl-hb 5300/udp # HA cluster heartbeat
|
||||
hacl-gs 5301/tcp # HA cluster general services
|
||||
|
Loading…
Reference in New Issue
Block a user