diff options
author | pst <pst@FreeBSD.org> | 1996-01-23 11:14:41 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-01-23 11:14:41 +0000 |
commit | 63156ffa52b9fb92e18757841f7b5a995bf5b918 (patch) | |
tree | d11ac968447b7b0c6aa26f11c63d4e734a346a29 /etc/services | |
parent | 94aa183d802c5aabbb63d0191812b074f2ae32a1 (diff) | |
download | FreeBSD-src-63156ffa52b9fb92e18757841f7b5a995bf5b918.zip FreeBSD-src-63156ffa52b9fb92e18757841f7b5a995bf5b918.tar.gz |
Add dhcp aliases for bootp services
Diffstat (limited to 'etc/services')
-rw-r--r-- | etc/services | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/services b/etc/services index 6aa5a87..36faaf3 100644 --- a/etc/services +++ b/etc/services @@ -9,7 +9,7 @@ # Kerberos services are for Kerberos v4, and are unofficial. Sites running # v5 should uncomment v5 entries and comment v4 entries. # -# $Id: services,v 1.16 1995/11/27 09:11:03 peter Exp $ +# $Id: services,v 1.17 1995/12/17 08:27:36 jkh Exp $ # From: @(#)services 5.8 (Berkeley) 5/9/91 # # WELL KNOWN PORT NUMBERS @@ -117,10 +117,10 @@ tacacs-ds 65/tcp #TACACS-Database Service tacacs-ds 65/udp #TACACS-Database Service sql*net 66/tcp #Oracle SQL*NET sql*net 66/udp #Oracle SQL*NET -bootps 67/tcp #Bootstrap Protocol Server -bootps 67/udp #Bootstrap Protocol Server -bootpc 68/tcp #Bootstrap Protocol Client -bootpc 68/udp #Bootstrap Protocol Client +bootps 67/tcp dhcps #Bootstrap Protocol Server +bootps 67/udp dhcps #Bootstrap Protocol Server +bootpc 68/tcp dhcpc #Bootstrap Protocol Client +bootpc 68/udp dhcpc #Bootstrap Protocol Client tftp 69/tcp #Trivial File Transfer tftp 69/udp #Trivial File Transfer gopher 70/tcp |