Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
donald committed Jan 17, 2019
1 parent 10279ec commit ac52b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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=

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ac52b1a

Please sign in to comment.