Turn off echo, discard, and chargen by default.
This commit is contained in:
parent
7bc37e3777
commit
84250ffb70
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: inetd.conf,v 1.16 1996/12/29 03:32:44 mrg Exp $
|
||||
# $NetBSD: inetd.conf,v 1.17 1997/01/20 06:10:24 mycroft Exp $
|
||||
#
|
||||
# Internet server configuration database
|
||||
#
|
||||
|
@ -18,9 +18,9 @@ comsat dgram udp wait root /usr/libexec/comsat comsat
|
|||
ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd
|
||||
#bootps dgram udp wait root /usr/sbin/bootpd bootpd
|
||||
# Internal services
|
||||
echo stream tcp nowait root internal
|
||||
discard stream tcp nowait root internal
|
||||
chargen stream tcp nowait root internal
|
||||
#echo stream tcp nowait root internal
|
||||
#discard stream tcp nowait root internal
|
||||
#chargen stream tcp nowait root internal
|
||||
daytime stream tcp nowait root internal
|
||||
time stream tcp nowait root internal
|
||||
#echo dgram udp wait root internal
|
||||
|
|
Loading…
Reference in New Issue