Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/etc Pull up revision 1.29 (via patch, requested by fair):
details: https://anonhg.NetBSD.org/src/rev/7f69c8f4bf29
branches: netbsd-1-4
changeset: 470635:7f69c8f4bf29
user: he <he%NetBSD.org@localhost>
date: Thu Jun 01 18:02:42 2000 +0000
description:
Pull up revision 1.29 (via patch, requested by fair):
Disable everything except ftpd and telnetd by default.
Fixes PR#9673.
diffstat:
etc/inetd.conf | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diffs (54 lines):
diff -r bdc0e9858a0b -r 7f69c8f4bf29 etc/inetd.conf
--- a/etc/inetd.conf Thu Jun 01 17:58:03 2000 +0000
+++ b/etc/inetd.conf Thu Jun 01 18:02:42 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: inetd.conf,v 1.22 1997/10/07 12:45:32 mrg Exp $
+# $NetBSD: inetd.conf,v 1.22.4.1 2000/06/01 18:02:42 he Exp $
#
# Internet server configuration database
#
@@ -6,16 +6,16 @@
#
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -ll
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
-shell stream tcp nowait root /usr/libexec/rshd rshd -L
-login stream tcp nowait root /usr/libexec/rlogind rlogind
+#shell stream tcp nowait root /usr/libexec/rshd rshd -L
+#login stream tcp nowait root /usr/libexec/rlogind rlogind
#exec stream tcp nowait root /usr/libexec/rexecd rexecd
#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd
#nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd
-finger stream tcp nowait nobody /usr/libexec/fingerd fingerd
+#finger stream tcp nowait nobody /usr/libexec/fingerd fingerd
#ident stream tcp wait nobody.kmem /usr/libexec/identd identd -w -t60 -l -o -e -N
#tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot
-comsat dgram udp wait root /usr/libexec/comsat comsat
-ntalk dgram udp wait nobody.tty /usr/libexec/ntalkd ntalkd
+#comsat dgram udp wait root /usr/libexec/comsat comsat
+#ntalk dgram udp wait nobody.tty /usr/libexec/ntalkd ntalkd
#bootps dgram udp wait root /usr/sbin/bootpd bootpd
#
# Games
@@ -28,8 +28,8 @@
#echo stream tcp nowait nobody internal
#discard stream tcp nowait nobody internal
#chargen stream tcp nowait nobody internal
-daytime stream tcp nowait nobody internal
-time stream tcp nowait nobody internal
+#daytime stream tcp nowait nobody internal
+#time stream tcp nowait nobody internal
#echo dgram udp wait nobody internal
#discard dgram udp wait nobody internal
#chargen dgram udp wait nobody internal
@@ -51,8 +51,8 @@
# RPC based services
#
#mountd/1 dgram rpc/udp wait root /usr/sbin/mountd mountd
-rstatd/1-3 dgram rpc/udp wait nobody.kmem /usr/libexec/rpc.rstatd rpc.rstatd
-rusersd/2-3 dgram rpc/udp wait nobody /usr/libexec/rpc.rusersd rpc.rusersd
-walld/1 dgram rpc/udp wait nobody.tty /usr/libexec/rpc.rwalld rpc.rwalld
+#rstatd/1-3 dgram rpc/udp wait nobody.kmem /usr/libexec/rpc.rstatd rpc.rstatd
+#rusersd/2-3 dgram rpc/udp wait nobody /usr/libexec/rpc.rusersd rpc.rusersd
+#walld/1 dgram rpc/udp wait nobody.tty /usr/libexec/rpc.rwalld rpc.rwalld
#sprayd/1 dgram rpc/udp wait nobody /usr/libexec/rpc.sprayd rpc.sprayd
#rquotad/1 dgram rpc/udp wait root /usr/libexec/rpc.rquotad rpc.rquotad
Home |
Main Index |
Thread Index |
Old Index