svn commit: r284930 - head/etc

Christian Brueffer brueffer at FreeBSD.org
Mon Jun 29 15:38:35 UTC 2015


Author: brueffer
Date: Mon Jun 29 15:38:34 2015
New Revision: 284930
URL: https://svnweb.freebsd.org/changeset/base/284930

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

Modified:
  head/etc/services

Modified: head/etc/services
==============================================================================
--- head/etc/services	Mon Jun 29 14:41:19 2015	(r284929)
+++ head/etc/services	Mon Jun 29 15:38:34 2015	(r284930)
@@ -2365,6 +2365,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-head mailing list