svn commit: r285452 - stable/9/etc

Christian Brueffer brueffer at FreeBSD.org
Mon Jul 13 12:31:02 UTC 2015


Author: brueffer
Date: Mon Jul 13 12:31:01 2015
New Revision: 285452
URL: https://svnweb.freebsd.org/changeset/base/285452

Log:
  MFC: r284930
  
  Add CouchDB ports (5984 TCP/UDP).
  
  PR:		193268
  Submitted by:	yuri at rawbw.com

Modified:
  stable/9/etc/services
Directory Properties:
  stable/9/etc/   (props changed)

Modified: stable/9/etc/services
==============================================================================
--- stable/9/etc/services	Mon Jul 13 12:28:18 2015	(r285451)
+++ stable/9/etc/services	Mon Jul 13 12:31:01 2015	(r285452)
@@ -2363,6 +2363,8 @@ prosharerequest	5716/tcp   #proshare con
 prosharerequest	5716/udp   #proshare conf request
 prosharenotify	5717/tcp   #proshare conf notify
 prosharenotify	5717/udp   #proshare conf notify
+couchdb		5984/tcp   #CouchDB database server
+couchdb		5984/udp   #CouchDB database server
 cvsup		5999/tcp   #CVSup file transfer/John Polstra/FreeBSD
 x11		6000/tcp   #6000-6063 are assigned to X Window System
 x11		6000/udp


More information about the svn-src-stable mailing list