diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-21 20:32:44 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-21 20:32:44 +0000 |
commit | 1edc2b89b75b4476803966eaa91d02a788f4bba5 (patch) | |
tree | f8b8525c1c3d407308ea23b68da184b1029952f5 /etc/inetd.conf | |
parent | d067a90a1c9473d216429143d8c6588a4d6e235d (diff) | |
download | FreeBSD-src-1edc2b89b75b4476803966eaa91d02a788f4bba5.zip FreeBSD-src-1edc2b89b75b4476803966eaa91d02a788f4bba5.tar.gz |
Disable UDP echo, chargen, date, and daytime services.
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 5e3f1d6..3539635 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -20,11 +20,11 @@ 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 +#echo 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 +#chargen 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 |