Source-Changes-HG archive

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

[src/trunk]: src/etc Fix typo (enable -> enabled)



details:   https://anonhg.NetBSD.org/src/rev/e74f35040356
branches:  trunk
changeset: 494137:e74f35040356
user:      tsarna <tsarna%NetBSD.org@localhost>
date:      Sun Jul 02 18:18:20 2000 +0000

description:
Fix typo (enable -> enabled)

diffstat:

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

diffs (18 lines):

diff -r a2f763b7d8ef -r e74f35040356 etc/rc.conf
--- a/etc/rc.conf       Sun Jul 02 17:40:18 2000 +0000
+++ b/etc/rc.conf       Sun Jul 02 18:18:20 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.87 2000/07/01 20:03:44 hubertf Exp $
+#      $NetBSD: rc.conf,v 1.88 2000/07/02 18:18:20 tsarna 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 the IP-based services enable in /etc/inetd.conf
+# inetd is used to start the IP-based services enabled 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