Module Name:    src
Committed By:   tron
Date:           Sun Jul 30 09:09:38 UTC 2023

Modified Files:
        src/etc: services

Log Message:
Resolve the port 2049 conflict by commenting out the entries for "shilp".
Now "netstat" will produce sensible output for NFS connections again.


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/etc/services

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/services
diff -u src/etc/services:1.104 src/etc/services:1.105
--- src/etc/services:1.104	Mon Nov 28 02:48:33 2022
+++ src/etc/services	Sun Jul 30 09:09:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: services,v 1.104 2022/11/28 02:48:33 jschauma Exp $
+# $NetBSD: services,v 1.105 2023/07/30 09:09:38 tron Exp $
 # See also: services(5), https://www.iana.org/assignments/service-names-port-numbers/
 #
 #                                              Service Name and Transport Protocol Port Number Registry
@@ -4659,8 +4659,8 @@ dls                2047/tcp
 dls                2047/udp
 dls-monitor        2048/tcp
 dls-monitor        2048/udp
-shilp              2049/tcp                                                                                                                                                                                                                                                # <== NOTE Conflict on 2049 !
-shilp              2049/udp                                                                                                                                                                                                                                                # <== NOTE Conflict on 2049 !
+#shilp              2049/tcp                                                                                                                                                                                                                                                # <== NOTE Conflict on 2049 !
+#shilp              2049/udp                                                                                                                                                                                                                                                # <== NOTE Conflict on 2049 !
 nfs                2049/tcp    # Network File System - Sun    [Brent_Callaghan]                                     [Brent_Callaghan]                                                                                                                                        Defined TXT keys: path=<path to mount point>
 #                                     Microsystems
 nfs                2049/udp    # Network File System - Sun    [Brent_Callaghan]                                     [Brent_Callaghan]                                                                                                                                        Defined TXT keys: path=<path to mount point>

Reply via email to