Module Name: src
Committed By: nia
Date: Sun Jul 2 12:39:05 UTC 2023
Modified Files:
src/etc/defaults: rc.conf
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.165 src/etc/defaults/rc.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/defaults/rc.conf
diff -u src/etc/defaults/rc.conf:1.164 src/etc/defaults/rc.conf:1.165
--- src/etc/defaults/rc.conf:1.164 Fri Jun 30 21:44:09 2023
+++ src/etc/defaults/rc.conf Sun Jul 2 12:39:05 2023
@@ -1,4 +1,4 @@
-# $NetBSD: rc.conf,v 1.164 2023/06/30 21:44:09 riastradh Exp $
+# $NetBSD: rc.conf,v 1.165 2023/07/02 12:39:05 nia Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@@ -389,7 +389,7 @@ random_seed=YES
# Set to `check' to abort multi-user boot if not enough entropy, or
# `wait' to wait until enough entropy, or `' (empty) to boot without
-# waitingor checking.
+# waiting or checking.
#
entropy="wait"