From ac52b1ab204ba9d8c2c479670a86fbf2b69aa026 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Fri, 18 Jan 2019 00:00:58 +0100 Subject: [PATCH] iana-etc: Comment out shilp service shilp (whatever it is) and nfs are both are registered for port 2049. Its distracting, that tools like `ss` show the port 2049 as shilp and not as nfs what it is in our environment. Comment out shilp from /etc/services. Increment build number. --- iana-etc.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iana-etc.be0 b/iana-etc.be0 index 4d08ec865..c4e2c7582 100755 --- a/iana-etc.be0 +++ b/iana-etc.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION iana-etc-2.30-1 +# BEE_VERSION iana-etc-2.30-2 PREFIX= @@ -62,6 +62,7 @@ mee_build() { -e '/ 2000\/tcp/d' \ -e '/ 2003\/tcp/d' \ -e '/ 4201\/udp/d' \ + -e '/^shilp\s/s/^/#/' \ services echo "# mariux changes..." >>services