*** 4.8-RELEASE/src/etc/inetd.conf.48 Sat Aug 16 04:04:45 2003 --- jhs/src/etc/inetd.conf Sat Aug 16 05:06:47 2003 *************** *************** *** 23,34 **** --- 49,72 ---- # 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 -s /tftpboot + #J tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -l /pub/tftp/ncd /pub/bootp /usr/local/lib/X11/fonts + tftp dgram udp wait nobody /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 -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