Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > OpenBSD > mailing.openbsd.tech

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-07-2008, 10:14 AM
Stuart Henderson
 
Posts: n/a
Default /etc/services, move some unofficial to official, etc.

Some of the unofficial services are now in the assigned numbers
list, this diff promotes them and adds an alias where the service
name differs to what we have now.

It also adds smtps (unofficial SSL-wrapped SMTP) and conserver to
reduce the number of changes to system files needed for ports.
I most definitely don't want to add a whole bunch of useless
services (see the /etc/services provided in many other OS for
examples of how bad it can get..), these are just changes
I make often enough that I'm bored of doing them myself.

any comments/ok?

Index: services
================================================== =================
RCS file: /cvs/src/etc/services,v
retrieving revision 1.67
diff -u -p -r1.67 services
--- services 1 May 2007 11:48:40 -0000 1.67
+++ services 6 May 2008 10:36:06 -0000
@@ -151,6 +151,7 @@ ipp 631/tcp # Internet Printing Prot
ipp 631/udp # Internet Printing Protocol
ldaps 636/tcp # LDAP over SSL
ldaps 636/udp
+rsync 873/tcp # rsync server
imaps 993/tcp # imap4 protocol over TLS/SSL
imaps 993/udp # imap4 protocol over TLS/SSL
pop3s 995/tcp spop3 # pop3 protocol over TLS/SSL
@@ -202,6 +203,7 @@ krbupdate 760/tcp kreg # BSD Kerberos
#> does register or list uses of these ports as a convenience to the
#> community.
#
+cddb 888/tcp cddbp # Audio CD Database
socks 1080/tcp # Socks
kpop 1109/tcp # Pop with Kerberos
ms-sql-s 1433/tcp Microsoft-SQL-Server
@@ -212,8 +214,11 @@ ingreslock 1524/tcp
ingreslock 1524/udp
prospero-np 1525/tcp # Prospero non-privileged
prospero-np 1525/udp
+sa-msg-port 1646/udp
pptp 1723/tcp # Point-to-Point Tunneling Protocol
pptp 1723/udp # Point-to-Point Tunneling Protocol
+radius 1812/udp # radius authentication
+radacct 1813/udp radius-acct # radius accounting
ssdp 1900/tcp # SSDP
ssdp 1900/udp # SSDP
nfsd 2049/udp nfs # NFS server
@@ -225,9 +230,11 @@ kx 2111/tcp # X over kerberos
kip 2112/tcp # IP over kerberos
kauth 2120/tcp # Remote kauth
iprop 2121/tcp # Kerberos incremental propagation
+cvspserver 2401/tcp # cvs pserver
netplan 2983/tcp # netplan daemon
eppc 3031/tcp # Remote AppleEvents/PPC Toolbox
eppc 3031/udp # Remote AppleEvents/PPC Toolbox
+mysql 3306/tcp # MySQL
iapp 3517/tcp 802-11-iapp # IEEE 802.11f IAPP
iapp 3517/udp 802-11-iapp # IEEE 802.11f IAPP
daap 3689/tcp # Digital Audio Access Protocol
@@ -240,6 +247,7 @@ rfe 5002/tcp # Radio Free Ethernet
rfe 5002/udp # Actually uses UDP only
sip 5060/tcp # SIP
sip 5060/udp # SIP
+postgresql 5432/tcp # PostgreSQL
#
# AFS Services
#
@@ -256,20 +264,14 @@ afs3-rmtsys 7009/udp # AFS remote cache
#
# Unofficial services
#
+smtps 465/tcp # SSL-wrapped SMTP
+conserver 782/tcp # console server
supfilesrv 871/tcp # SUP server
-rsync 873/tcp # rsync server
-cddb 888/tcp # Audio CD Database
supfiledbg 1127/tcp # SUP debugging
datametrics 1645/udp
-sa-msg-port 1646/udp
-radius 1812/udp # radius authentication
-radacct 1813/udp # radius accounting
ekshell2 2106/tcp # Encrypted kshell - UColorado, Boulder
-cvspserver 2401/tcp # cvs pserver
webster 2627/tcp # Network dictionary
webster 2627/udp
-mysql 3306/tcp # MySQL
-postgresql 5432/tcp # PostgreSQL
canna 5680/tcp # Kana->Kanji server
icb 7326/tcp # Internet Citizen's Band
spamd 8025/tcp # spamd(8)

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 08:33 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62