commit: 4328a2fa4b6abc7f4004da33b351ed6597ac975f Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 19:42:06 2016 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 19:42:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=4328a2fa
etc/services: add gpsd and xmpp-bosh services X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=538708 etc/services | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/services b/etc/services index 15aa277..6b75586 100644 --- a/etc/services +++ b/etc/services @@ -1153,9 +1153,12 @@ support 1529/tcp # GNATS cfinger 2003/tcp lmtp # GNU Finger ninstall 2150/tcp # ninstall service ninstall 2150/udp +gpsd 2947/tcp gpsd # GPS Daemon request/response protocol +gpsd 2947/udp gpsd # GPS Daemon request/response protocol afbackup 2988/tcp # Afbackup system afbackup 2988/udp fax 4557/tcp # FAX transmission service (old) +xmpp-bosh 5280/tcp # Bidirectional-streams Over Synchronous HTTP (BOSH) rplay 5555/tcp # RPlay audio service rplay 5555/udp canna 5680/tcp # Canna (Japanese Input)
