13.0-CURRENT moved from etc/inetd.conf to usr.sbin/inetd/inetd.conf *** 4.3-RELEASE/src/etc/inetd.conf Jun 6 13:46 inetd.conf --- jhs/src/etc/inetd.conf Wed Nov 10 16:49:21 CET 2004 *************** *** 44,55 **** # run comsat as root to be able to print partial mailbox contents w/ biff, # or use the safer tty:tty to just print that new mail has been received. #comsat dgram udp wait tty:tty /usr/libexec/comsat comsat ! # # ntalk is required for the 'talk' utility to work correctly #ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd #tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -s /tftpboot #bootps dgram udp wait root /usr/libexec/bootpd bootpd # # "Small servers" -- used to be standard on, but we're more conservative # about things due to Internet security concerns. Only turn on what you --- 44,66 ---- # run comsat as root to be able to print partial mailbox contents w/ biff, # or use the safer tty:tty to just print that new mail has been received. #comsat dgram udp wait tty:tty /usr/libexec/comsat comsat ! comsat dgram udp wait tty:tty /usr/libexec/comsat comsat ! # ntalk is required for the 'talk' utility to work correctly #ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd + ntalk dgram udp wait tty:tty /usr/libexec/ntalkd ntalkd + #tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot + tftp dgram udp wait root /usr/libexec/tftpd tftpd -l /pub/tftp/ncd /pub/bootp /usr/local/lib/X11/fonts + # /usr/lib/X11/ncd NCD X-Terminal default font path + #tftp dgram udp6 wait root /usr/libexec/tftpd tftpd -l -s /tftpboot #bootps dgram udp wait root /usr/libexec/bootpd bootpd + #J bootps dgram udp wait root /usr/libexec/bootpd bootpd /etc/bootptab + #J bootps dgram udp wait root /usr/local/sbin/dhcpd dhcpd -d -cf /site/domain/this/etc/dhclient.conf + #J Maximum one host on each net segment to run either bootpd or bootpgw + #J Disable bootps if running dhcpd manually + # # "Small servers" -- used to be standard on, but we're more conservative # about things due to Internet security concerns. Only turn on what you