Source-Changes-HG archive

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

[src/trunk]: src/etc fix comment in "imap" line to honor IMAP4.



details:   https://anonhg.NetBSD.org/src/rev/f45b85507e50
branches:  trunk
changeset: 482017:f45b85507e50
user:      itojun <itojun%NetBSD.org@localhost>
date:      Sat Feb 12 04:02:33 2000 +0000

description:
fix comment in "imap" line to honor IMAP4.

IMAP2 (RFC1176): Interactive Mail Access Protocol
IMAP3 (RFC1203): Interactive Mail Access Protocol
IMAP4 (RFC1730): Internet Message Access Protocol

diffstat:

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

diffs (20 lines):

diff -r 3e14439c1a57 -r f45b85507e50 etc/services
--- a/etc/services      Sat Feb 12 03:55:49 2000 +0000
+++ b/etc/services      Sat Feb 12 04:02:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: services,v 1.32 2000/02/10 18:20:56 itojun Exp $
+#      $NetBSD: services,v 1.33 2000/02/12 04:02:33 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
-imap           143/tcp         imap2 imap4     # Interim Mail Access Proto v2
-imap           143/udp         imap2 imap4
+imap   143/tcp         imap2 imap4     # Internet Message Access Protocol
+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