From f42c376c71b45e90c7fe0455702bfee9bb30570a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Thu, 4 Nov 1999 14:57:34 +0100
Subject: [PATCH] Added Protocols.Ports.tcp.snews.

Rev: lib/modules/Protocols.pmod/Ports.pmod:1.3
---
 lib/modules/Protocols.pmod/Ports.pmod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/modules/Protocols.pmod/Ports.pmod b/lib/modules/Protocols.pmod/Ports.pmod
index 5079bf34a4..f537d735ea 100644
--- a/lib/modules/Protocols.pmod/Ports.pmod
+++ b/lib/modules/Protocols.pmod/Ports.pmod
@@ -1,5 +1,5 @@
 /*
- * $Id: Ports.pmod,v 1.2 1998/06/23 21:46:45 grubba Exp $
+ * $Id: Ports.pmod,v 1.3 1999/11/04 13:57:34 grubba Exp $
  *
  * IP port assignments
  *
@@ -1020,6 +1020,7 @@ constant tcp = ([
   "rmonitor":         560,	//    rmonitord
   "monitor":          561,	//
   "chshell":          562,	//    chcmd
+  "snews":	      563,	//    NNTP over SSL
   "9pfs":             564,	//    plan 9 file service
   "whoami":           565,	//    whoami
   "meter":            570,	//    demon
-- 
GitLab