Source-Changes-HG archive

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

[src/trunk]: src/etc Correct radius entries.



details:   https://anonhg.NetBSD.org/src/rev/7a1914eb3de5
branches:  trunk
changeset: 532612:7a1914eb3de5
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 11 02:17:33 2002 +0000

description:
Correct radius entries.
Noted by Kurt <ks%ub.uni-mainz.de@localhost> on current-users@

diffstat:

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

diffs (31 lines):

diff -r 89770c38e9c8 -r 7a1914eb3de5 etc/services
--- a/etc/services      Tue Jun 11 00:21:33 2002 +0000
+++ b/etc/services      Tue Jun 11 02:17:33 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: services,v 1.55 2002/06/07 05:59:06 cjs Exp $
+#      $NetBSD: services,v 1.56 2002/06/11 02:17:33 lukem Exp $
 #
 # Network services, Internet style
 #
@@ -7,6 +7,8 @@
 # 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.
+# The latest IANA list is available from:
+#      http://www.iana.org/assignments/port-numbers
 #
 #      from: @(#)services      8.2 (Berkeley) 3/26/95
 #
@@ -198,8 +200,10 @@
 ingreslock     1524/udp
 prospero-np    1525/tcp                # Prospero non-privileged
 prospero-np    1525/udp
-radius         1645/udp
-radacct                1646/udp
+radius         1812/tcp
+radius         1812/udp
+radius-acct    1813/tcp                radacct
+radius-acct    1813/udp                radacct
 cvspserver     2401/tcp
 cvspserver     2401/udp
 mysql          3306/tcp                # MySQL



Home | Main Index | Thread Index | Old Index