diff options
author | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-03-23 15:32:32 +0000 |
---|---|---|
committer | Gleydson Soares <gsoares@cvs.openbsd.org> | 2012-03-23 15:32:32 +0000 |
commit | fe805d3568ba38f32e5785ef64ed5e07e2d1df00 (patch) | |
tree | a259a0296ac46f8ac74698808782a3be7d264a42 | |
parent | a5caa5ef619368efd31de3452a56d39902b29389 (diff) |
rollback r1.76 since it may break some tools
noticed / requested by claudio@
discussed with henning / claudio / me
-rw-r--r-- | etc/services | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/services b/etc/services index 54261996881..89285cc506d 100644 --- a/etc/services +++ b/etc/services @@ -1,4 +1,4 @@ -# $OpenBSD: services,v 1.77 2012/03/21 01:08:14 gsoares Exp $ +# $OpenBSD: services,v 1.78 2012/03/23 15:32:31 gsoares Exp $ # # Network services, Internet style # @@ -289,3 +289,10 @@ spamd-sync 8025/udp # spamd(8) synchronisation spamd-cfg 8026/tcp # spamd(8) configuration dhcpd-sync 8067/udp # dhcpd(8) synchronisation hunt 26740/udp # hunt(6) +# +# Appletalk +# +rtmp 1/ddp # Routing Table Maintenance Protocol +nbp 2/ddp # Name Binding Protocol +echo 4/ddp # AppleTalk Echo Protocol +zip 6/ddp # Zone Information Protocol |