summaryrefslogtreecommitdiffstats
path: root/etc/services
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2007-04-11 13:06:05 +0000
committerstas <stas@FreeBSD.org>2007-04-11 13:06:05 +0000
commitbea291208191bdab624311e8ca30e9b9374d3445 (patch)
treea779b201a76a87f1350e99225071dbbe7946ae45 /etc/services
parent24d57a95f80e9c0f4644f0b2774749ca8836486b (diff)
downloadFreeBSD-src-bea291208191bdab624311e8ca30e9b9374d3445.zip
FreeBSD-src-bea291208191bdab624311e8ca30e9b9374d3445.tar.gz
- 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
Diffstat (limited to 'etc/services')
-rw-r--r--etc/services8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/services b/etc/services
index 6651a56..b854b55 100644
--- a/etc/services
+++ b/etc/services
@@ -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
OpenPOWER on IntegriCloud