diff options
author | 2001-12-24 09:21:37 +0000 | |
---|---|---|
committer | 2001-12-24 09:21:37 +0000 | |
commit | 7f9054c75ef40b9ccb626826f4b4e0bd0ce87d7a (patch) | |
tree | 1fe309970eb308a4e359c82e7cb063629aaaeec5 | |
parent | try all listed keys.. how did this get broken? (diff) | |
download | wireguard-openbsd-7f9054c75ef40b9ccb626826f4b4e0bd0ce87d7a.tar.xz wireguard-openbsd-7f9054c75ef40b9ccb626826f4b4e0bd0ce87d7a.zip |
Add iana url and correct text; openbsd@davidkrause.com
-rw-r--r-- | etc/services | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/services b/etc/services index 63e9a60bfe1..3349b321854 100644 --- a/etc/services +++ b/etc/services @@ -1,4 +1,4 @@ -# $OpenBSD: services,v 1.38 2001/12/11 20:58:53 deraadt Exp $ +# $OpenBSD: services,v 1.39 2001/12/24 09:21:37 nordin Exp $ # # Network services, Internet style # @@ -7,6 +7,7 @@ # even if the protocol doesn't support UDP operations. # Updated from RFC 1340, ``Assigned Numbers'' (July 1992). Not all ports # are included, only the more common ones. +# See also http://www.iana.org/assignments/port-numbers # # from: @(#)services 5.8 (Berkeley) 5/9/91 # @@ -200,10 +201,8 @@ rfe 5002/udp # Actually uses UDP only sip 5060/tcp # SIP sip 5060/udp # SIP # -# # Kerberos (Project Athena/MIT) services -# Note that these are for Kerberos v4, and are unofficial. Sites running -# v5 should comment these out and uncomment the v5 entries above. +# Note that these are for Kerberos v4, and are unofficial. # kerberos-sec 88/udp # Kerberos secondary port UDP kerberos-sec 88/tcp # Kerberos secondary port TCP |