Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/defaults provide commented-out example for rc_fast_and_l...
details: https://anonhg.NetBSD.org/src/rev/b2be2e28bb0f
branches: trunk
changeset: 504377:b2be2e28bb0f
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Feb 28 16:52:04 2001 +0000
description:
provide commented-out example for rc_fast_and_loose
diffstat:
etc/defaults/rc.conf | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 3df25ffc74ae -r b2be2e28bb0f etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Wed Feb 28 16:49:18 2001 +0000
+++ b/etc/defaults/rc.conf Wed Feb 28 16:52:04 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.conf,v 1.8 2001/01/18 02:03:09 thorpej Exp $
+# $NetBSD: rc.conf,v 1.9 2001/02/28 16:52:04 lukem Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@@ -18,6 +18,14 @@
#
#export PATH=$PATH:/usr/pkg/sbin:/usr/pkg/bin:/usr/local/sbin:/usr/local/bin
+# Uncomment the following to execute each /etc/rc.d script in
+# the current shell rather than in a subshell. This may be
+# faster on very slow machines that have an expensive fork(2).
+# NOTE: USE THIS AT YOUR OWN RISK; A ROGUE COMMAND
+# MAY INADVERTENTLY PREVENT BOOT TO MULTIUSER.
+#
+#rc_fast_and_loose=YES
+
# If this is set to NO, shutdown(8) will not run /etc/rc.shutdown.
#
do_rcshutdown=YES
Home |
Main Index |
Thread Index |
Old Index