Source-Changes-HG archive

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

[src/trunk]: src/etc Add postgresql and mysql IANA-assigned ports.



details:   https://anonhg.NetBSD.org/src/rev/575f1d47bc98
branches:  trunk
changeset: 532437:575f1d47bc98
user:      cjs <cjs%NetBSD.org@localhost>
date:      Fri Jun 07 05:59:06 2002 +0000

description:
Add postgresql and mysql IANA-assigned ports.

diffstat:

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

diffs (22 lines):

diff -r cf0c0a06ff72 -r 575f1d47bc98 etc/services
--- a/etc/services      Fri Jun 07 05:26:45 2002 +0000
+++ b/etc/services      Fri Jun 07 05:59:06 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: services,v 1.54 2002/05/23 04:34:39 simonb Exp $
+#      $NetBSD: services,v 1.55 2002/06/07 05:59:06 cjs Exp $
 #
 # Network services, Internet style
 #
@@ -202,8 +202,12 @@
 radacct                1646/udp
 cvspserver     2401/tcp
 cvspserver     2401/udp
+mysql          3306/tcp                # MySQL
+mysql          3306/udp                # MySQL
 rfe            5002/tcp                # Radio Free Ethernet
 rfe            5002/udp                # Actually uses UDP only
+postgresql     5432/tcp                # PostgreSQL Database
+postgresql     5432/udp                # PostgreSQL Database
 
 #
 # Kerberos (Project Athena/MIT) services



Home | Main Index | Thread Index | Old Index