mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Since we have netatalk in the kernel, make life a little easier for
people and add the four needed entries in /etc/services.
This commit is contained in:
parent
cc2c561f5e
commit
0c0c8511e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22009
1 changed files with 4 additions and 0 deletions
|
@ -14,14 +14,18 @@
|
|||
#
|
||||
# WELL KNOWN PORT NUMBERS
|
||||
#
|
||||
rtmp 1/ddp #Routing Table Maintenance Protocol
|
||||
tcpmux 1/tcp #TCP Port Service Multiplexer
|
||||
tcpmux 1/udp #TCP Port Service Multiplexer
|
||||
nbp 2/ddp #Name Binding Protocol
|
||||
compressnet 2/tcp #Management Utility
|
||||
compressnet 2/udp #Management Utility
|
||||
compressnet 3/tcp #Compression Process
|
||||
compressnet 3/udp #Compression Process
|
||||
echo 4/ddp #AppleTalk Echo Protocol
|
||||
rje 5/tcp #Remote Job Entry
|
||||
rje 5/udp #Remote Job Entry
|
||||
zip 6/ddp #Zone Information Protocol
|
||||
echo 7/tcp
|
||||
echo 7/udp
|
||||
discard 9/tcp sink null
|
||||
|
|
Loading…
Reference in a new issue