From 4549ab46a85735aa957e05c91dc023228aaa2697 Mon Sep 17 00:00:00 2001 From: Andy Walsh Date: Mon, 27 Aug 2018 14:19:55 +0200 Subject: [PATCH] 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 --- package/base-files/files/etc/services | 4 ++-- 1 file 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 -- 2.30.2