diff options
author | 1997-04-23 10:26:55 +0000 | |
---|---|---|
committer | 1997-04-23 10:26:55 +0000 | |
commit | c526bf33d7012d9bb5771b7b8eae4970abfd9510 (patch) | |
tree | 3e800bbe06ddba0ae509c277f0bf011e5f9b1f49 | |
parent | In nanosleep, use local error variable when storing rqtp in so that an error (diff) | |
download | wireguard-openbsd-c526bf33d7012d9bb5771b7b8eae4970abfd9510.tar.xz wireguard-openbsd-c526bf33d7012d9bb5771b7b8eae4970abfd9510.zip |
even more local services must die
-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 |