svn commit: r285451 - stable/10/etc

Christian Brueffer brueffer at FreeBSD.org
Mon Jul 13 12:28:20 UTC 2015


Author: brueffer
Date: Mon Jul 13 12:28:18 2015
New Revision: 285451
URL: https://svnweb.freebsd.org/changeset/base/285451

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

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

Modified: stable/10/etc/services
==============================================================================
--- stable/10/etc/services	Mon Jul 13 12:19:01 2015	(r285450)
+++ stable/10/etc/services	Mon Jul 13 12:28:18 2015	(r285451)
@@ -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-all mailing list