mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
a614794b08
commit
037db89fb1
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue