Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Clarify comment that inetd only starts up IP-based servi...



details:   https://anonhg.NetBSD.org/src/rev/95cd763beef1
branches:  trunk
changeset: 494101:95cd763beef1
user:      hubertf <hubertf%NetBSD.org@localhost>
date:      Sat Jul 01 20:03:44 2000 +0000

description:
Clarify comment that inetd only starts up IP-based services *that are
enabled in /etc/inetd.conf* (someone asked me last week why NetBSD doesn't
come with a telnet server...)

diffstat:

 etc/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1ec0da053d90 -r 95cd763beef1 etc/rc.conf
--- a/etc/rc.conf       Sat Jul 01 19:03:57 2000 +0000
+++ b/etc/rc.conf       Sat Jul 01 20:03:44 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.86 2000/06/20 16:48:14 itojun Exp $
+#      $NetBSD: rc.conf,v 1.87 2000/07/01 20:03:44 hubertf Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -71,7 +71,7 @@
 rtsol=NO               rtsol_flags=""          # for ip6mode=autohost only
 
 # Daemons required by servers.  These are not needed for strictly client use.
-# inetd is used to start many IP-based services.
+# inetd is used to start the IP-based services enable in /etc/inetd.conf
 inetd=YES              inetd_flags="-l"        # -l logs libwrap
 # rpcbind is used to look up RPC-based services.
 rpcbind=NO             rpcbind_flags="-l"      # -l logs libwrap



Home | Main Index | Thread Index | Old Index