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:
Rodney W. Grimes 1993-09-02 11:10:02 +00:00
parent a614794b08
commit 037db89fb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=377
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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