diff options
author | Andy Walsh <andy.walsh44+github@gmail.com> | 2018-08-27 14:19:55 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-09-10 10:44:03 +0200 |
commit | 4549ab46a85735aa957e05c91dc023228aaa2697 (patch) | |
tree | 7a7cc4155d5ffa13dcee674f846bca7c987005db /package | |
parent | 93bfafb8dc209f153022796d9e747149e66cc29e (diff) | |
download | upstream-4549ab46a85735aa957e05c91dc023228aaa2697.tar.gz upstream-4549ab46a85735aa957e05c91dc023228aaa2697.tar.bz2 upstream-4549ab46a85735aa957e05c91dc023228aaa2697.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>
Diffstat (limited to 'package')
-rw-r--r-- | package/base-files/files/etc/services | 4 |
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 |