From 735f14d41bb96fe4f3f57b1994d4d51470ca86d6 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 20 Apr 2013 17:46:23 +0000 Subject: [PATCH] disable time (rfc868) service by default ok millert --- src/etc/inetd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/inetd.conf b/src/etc/inetd.conf index 0a719de9..9177efa4 100644 --- a/src/etc/inetd.conf +++ b/src/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.61 2013/03/11 18:45:42 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.62 2013/04/20 17:46:23 deraadt Exp $ # # Internet server configuration database # @@ -28,8 +28,8 @@ #chargen stream tcp6 nowait root internal daytime stream tcp nowait root internal daytime stream tcp6 nowait root internal -time stream tcp nowait root internal -time stream tcp6 nowait root internal +#time stream tcp nowait root internal +#time stream tcp6 nowait root internal #echo dgram udp wait root internal #echo dgram udp6 wait root internal #discard dgram udp wait root internal