Skip to content

Commit

Permalink
iana-etc: Add service aliases "portmapper" and "rpcbind"
Browse files Browse the repository at this point in the history
rpcbind will be socket activated by default. However, if the daemon
is started manually, it requires one of the aliases "portmapper" or
"rpcbind" to be available in /etc/services.

Add service aliases for udp/tcp port 111.
  • Loading branch information
donald committed Dec 29, 2018
1 parent 52cb17b commit 64dda7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion iana-etc-2.30-0.be0
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,17 @@ mee_build() {
bee_build

sed -i \
-e '/ 111\/tcp/d' \
-e '/ 111\/udp/d' \
-e '/ 2000\/tcp/d' \
-e '/ 2003\/tcp/d' \
-e '/ 4201\/udp/d' \
services

echo "# mariux / imapd changes.." >>services
echo "# mariux changes..." >>services
echo "# don't add lines here .. add changes to ${PF}.bee and reinstall.." >>services
echo "sunrpc 111/tcp portmapper rpcbind" >>services
echo "sunrpc 111/udp portmapper rpcbind" >>services
echo "sieve 2000/tcp" >>services
echo "lmtp 2003/tcp" >>services
echo "fud 4201/udp" >>services
Expand Down

0 comments on commit 64dda7a

Please sign in to comment.