diff options
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index cd80708..5912fa0 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -6,7 +6,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.18 1997/06/18 16:01:19 pst Exp $ +# $Id: rc.conf,v 1.19 1997/06/24 22:36:42 dima Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -128,7 +128,7 @@ check_quotas="NO" # Check quotas (or NO). accounting_enable="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). -rand_irqs="NO" # Stir the entropy pool (like -s5 -s11 or NO). +rand_irqs="NO" # Stir the entropy pool (like "5 11" or NO). ############################################################## ### Allow local configuration override at the very end here ## |