diff options
Diffstat (limited to 'etc/inetd.conf')
-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 db469f979f0..a228890af1b 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: inetd.conf,v 1.16 1997/02/16 16:48:28 deraadt Exp $ +# $OpenBSD: inetd.conf,v 1.17 1997/04/23 10:26:55 deraadt Exp $ # # Internet server configuration database # @@ -15,9 +15,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 |