: Alternate diskless operation
: Sample files and patches
: Patches to HOST's /etc/inetd.conf
Previous: Sample DISKLESS config file
Next: Sample HOST /etc/bootptab file
1.4.2. Patches to HOST's /etc/inetd.conf
*** /etc/inetd.conf.orig Thu Mar 22 17:52:50 1995
--- /etc/inetd.conf Thu Mar 23 14:01:55 1995
***************
*** 11,17 ****
uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -s
! #tftp dgram udp wait nobody /usr/libexec/tftpd tftpd
comsat dgram udp wait root /usr/libexec/comsat comsat
#talk dgram udp wait root /usr/old/talkd talkd
ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
--- 11,18 ----
uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd -s
! tftp dgram udp wait nobody /usr/libexec/tftpd tftpd -l /tftpboot
! bootps dgram udp wait root /usr/libexec/bootpd bootpd
comsat dgram udp wait root /usr/libexec/comsat comsat
#talk dgram udp wait root /usr/old/talkd talkd
ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
: Alternate diskless operation
: Sample files and patches
: Patches to HOST's /etc/inetd.conf
Previous: Sample DISKLESS config file
Next: Sample HOST /etc/bootptab file