ports/183398: Add registered SMPP port to etc/services

Jimmy Olgeni olgeni at FreeBSD.org
Mon Oct 28 13:40:01 UTC 2013


>Number:         183398
>Category:       ports
>Synopsis:       Add registered SMPP port to etc/services
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 28 13:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Jimmy Olgeni
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
>Description:

The Short Message Peer-to-Peer protocol is an industry standard for
connecting to short message centres and sending/receiving messages.

It has a IANA-assigned port (2775) that can be useful to have in
etc/services when deploying telecom applications.

>How-To-Repeat:
>Fix:

Patch against HEAD:

Index: etc/services
===================================================================
--- etc/services	(revision 257208)
+++ etc/services	(working copy)
@@ -2192,6 +2192,8 @@
 dict		2628/tcp   #RFC 2229
 dict		2628/udp   #RFC 2229
 listen		2766/tcp   #System V listener port
+smpp		2775/tcp   #SMPP
+smpp		2775/udp   #SMPP
 www-dev		2784/tcp   #world wide web - development
 www-dev		2784/udp   #world wide web - development
 m2ua		2904/sctp  #M2UA
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list