diff options
-rw-r--r-- | etc/inetd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 610853cbbc1..1101dae302e 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.13 1996/09/23 01:02:22 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.14 1996/09/23 13:06:04 deraadt Exp $ # # Internet server configuration database # @@ -21,10 +21,10 @@ chargen stream tcp nowait root internal daytime stream tcp nowait root internal time stream tcp nowait root internal #echo dgram udp wait root internal -discard dgram udp wait root internal +#discard dgram udp wait root internal #chargen dgram udp wait root internal -daytime dgram udp wait root internal -time dgram udp wait root internal +#daytime dgram udp wait root internal +#time dgram udp wait root internal # Kerberos authenticated services klogin stream tcp nowait root /usr/libexec/rlogind rlogind -k eklogin stream tcp nowait root /usr/libexec/rlogind rlogind -k -x |