Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc add two symbolic name for tcp/udp port 143: "imap" and "...



details:   https://anonhg.NetBSD.org/src/rev/638ac8389b47
branches:  trunk
changeset: 481966:638ac8389b47
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Feb 10 18:20:56 2000 +0000

description:
add two symbolic name for tcp/udp port 143: "imap" and "imap4".
at least without "imap", fetchmail chokes.

diffstat:

 etc/services |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 24be7b5ddcb0 -r 638ac8389b47 etc/services
--- a/etc/services      Thu Feb 10 18:18:01 2000 +0000
+++ b/etc/services      Thu Feb 10 18:20:56 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: services,v 1.31 1999/02/14 00:43:38 lukem Exp $
+#      $NetBSD: services,v 1.32 2000/02/10 18:20:56 itojun Exp $
 #
 # Network services, Internet style
 #
@@ -80,8 +80,8 @@
 netbios-dgm    138/udp
 netbios-ssn    139/tcp                         # NETBIOS session service
 netbios-ssn    139/udp
-imap2          143/tcp                         # Interim Mail Access Proto v2
-imap2          143/udp
+imap           143/tcp         imap2 imap4     # Interim Mail Access Proto v2
+imap           143/udp         imap2 imap4
 snmp           161/udp                         # Simple Net Mgmt Proto
 snmp-trap      162/udp         snmptrap        # Traps for SNMP
 cmip-man       163/tcp                         # ISO mgmt over IP (CMOT)



Home | Main Index | Thread Index | Old Index