aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files
diff options
context:
space:
mode:
authorAndy Walsh <andy.walsh44+github@gmail.com>2018-08-27 14:19:55 +0200
committerJo-Philipp Wich <jo@mein.io>2018-12-18 11:28:13 +0100
commit4b5e062bd3b901afe2668f3ff04d08e30df00d22 (patch)
tree74beb53fded83e0c2ce2fb6eff888b4f6f208f3e /package/base-files/files
parent376e9294c718c1ba3fcf5eb536f3f0e42369cef3 (diff)
downloadupstream-4b5e062bd3b901afe2668f3ff04d08e30df00d22.tar.gz
upstream-4b5e062bd3b901afe2668f3ff04d08e30df00d22.tar.bz2
upstream-4b5e062bd3b901afe2668f3ff04d08e30df00d22.zip
base-files: /etc/services: add missing 'rpcbind' alias
* add missing 'rpcbind' alias to /etc/services Allows rpcbind to open its 111 port and be reachable via lan, this is the default behaviour. Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com> (backported from 4549ab46a85735aa957e05c91dc023228aaa2697)
Diffstat (limited to 'package/base-files/files')
-rw-r--r--package/base-files/files/etc/services4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/files/etc/services b/package/base-files/files/etc/services
index 8ff914ecf2..968f9e78be 100644
--- a/package/base-files/files/etc/services
+++ b/package/base-files/files/etc/services
@@ -29,8 +29,8 @@ kerberos 88/tcp kerberos5 krb5 kerberos-sec
kerberos 88/udp kerberos5 krb5 kerberos-sec
pop3 110/tcp
pop3 110/udp
-sunrpc 111/tcp
-sunrpc 111/udp
+sunrpc 111/tcp rpcbind
+sunrpc 111/udp rpcbind
auth 113/tcp ident
sftp 115/tcp
nntp 119/tcp