diff options
author | dougb <dougb@FreeBSD.org> | 2003-05-05 22:10:14 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-05-05 22:10:14 +0000 |
commit | 5bee64a168a120c521117fb52c91c9ab1ae01d13 (patch) | |
tree | 84010faa94dd4cef2e730df715040272d8426980 /etc | |
parent | e2a05bee83af5f3643535e65f4203a6ddefddb83 (diff) | |
download | FreeBSD-src-5bee64a168a120c521117fb52c91c9ab1ae01d13.zip FreeBSD-src-5bee64a168a120c521117fb52c91c9ab1ae01d13.tar.gz |
* Add the nut port from the IANA list (for the nut port)
* Add the rndc port, by common usage (TCP only since rndc doesn't
use UDP, and the port is not officially assigned)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/services | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/services b/etc/services index 42231eb..8e70a55 100644 --- a/etc/services +++ b/etc/services @@ -1198,6 +1198,7 @@ rsync 873/udp accessbuilder 888/tcp accessbuilder 888/udp swat 901/tcp # samba web configuration tool +rndc 953/tcp # named's rndc control socket ftps-data 989/tcp # ftp protocol, data, over TLS/SSL ftps-data 989/udp ftps 990/tcp # ftp protocol, control, over TLS/SSL @@ -1922,6 +1923,8 @@ ccmail 3264/udp #cc:mail/lotus dec-notes 3333/tcp #DEC Notes dec-notes 3333/udp #DEC Notes rsvp-encap 3455/udp #RSVP encapsulated in UDP +nut 3493/tcp #Network UPS Tools +nut 3493/udp #Network UPS Tools mapper-nodemgr 3984/tcp #MAPPER network node manager mapper-nodemgr 3984/udp #MAPPER network node manager mapper-mapethd 3985/tcp #MAPPER TCP/IP server |