Added /etc/networks to the files that get installed, some how it got
dropped out of the Makefile. Commented out talk in inetd.conf since it refers to the old non-existent otalkd.
This commit is contained in:
parent
e37c874f33
commit
65fc4ac297
@ -8,7 +8,7 @@ BINOWN= root
|
||||
BINGRP= wheel
|
||||
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
|
||||
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
|
||||
inetd.conf motd myname netstart phones \
|
||||
inetd.conf motd myname netstart networks phones \
|
||||
printcap protocols rc rc.local remote security services shells \
|
||||
syslog.conf ttys etc.${MACHINE}/disktab rpc
|
||||
|
||||
|
@ -13,7 +13,7 @@ exec stream tcp nowait root /usr/libexec/rexecd rexecd
|
||||
finger stream tcp nowait nobody /usr/libexec/fingerd fingerd
|
||||
#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
|
||||
#talk dgram udp wait root /usr/old/talkd talkd
|
||||
ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
|
||||
echo stream tcp nowait root internal
|
||||
discard stream tcp nowait root internal
|
||||
|
Loading…
Reference in New Issue
Block a user