Comment out uucpd, not properly configured as default

Comment out walld/rusersd/rstatd, may be too verbose
This commit is contained in:
Andrey A. Chernov 1994-05-31 17:55:38 +00:00
parent 56dcbac924
commit 6aba0e831e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1662

View File

@ -8,7 +8,7 @@ telnet stream tcp nowait root /usr/libexec/telnetd telnetd
shell stream tcp nowait root /usr/libexec/rshd rshd
login stream tcp nowait root /usr/libexec/rlogind rlogind
exec stream tcp nowait root /usr/libexec/rexecd rexecd
uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#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
#tftp dgram udp wait nobody /usr/libexec/tftpd tftpd
@ -36,9 +36,9 @@ kshell stream tcp nowait root /usr/libexec/rshd rshd -k
# RPC based services
# You MUST have portmapper running to use these!
#mountd/1 dgram rpc/udp wait root /sbin/mountd mountd
rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
#rstatd/1-3 dgram rpc/udp wait root /usr/libexec/rpc.rstatd rpc.rstatd
#rusersd/1-2 dgram rpc/udp wait root /usr/libexec/rpc.rusersd rpc.rusersd
#walld/1 dgram rpc/udp wait root /usr/libexec/rpc.rwalld rpc.rwalld
#
# example entry for the pop3 server
#pop3 stream tcp nowait root /usr/local/etc/popper popper