diff options
author | David Michael <david.michael@coreos.com> | 2017-01-04 15:42:51 -0800 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-06-08 12:58:00 -0500 |
commit | a3cd4d5b362239f4d9104c2a9e3af9ba0eec421c (patch) | |
tree | 6b52921057cef43172d12ec3ac8c397e16def2b1 /etc | |
parent | etc/env.d: move default settings to 50bbaselayout instead of 00basic (diff) | |
download | baselayout-a3cd4d5b362239f4d9104c2a9e3af9ba0eec421c.tar.gz baselayout-a3cd4d5b362239f4d9104c2a9e3af9ba0eec421c.tar.bz2 baselayout-a3cd4d5b362239f4d9104c2a9e3af9ba0eec421c.zip |
etc/services: add etcd services
X-Gentoo-Bug: 604704
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=604704
Diffstat (limited to 'etc')
-rw-r--r-- | etc/services | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/services b/etc/services index d6b2bb4c..c5b673f4 100644 --- a/etc/services +++ b/etc/services @@ -803,6 +803,8 @@ redstorm_find 2347/tcp # Game Announcement and Location redstorm_find 2347/udp redstorm_info 2348/tcp # Information to query for game status redstorm_info 2348/udp +etcd-client 2379/tcp # etcd client communication +etcd-server 2380/tcp # etcd server to server communication cvspserver 2401/tcp # CVS client/server operations cvspserver 2401/udp venus 2430/tcp # codacon port |