Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/etc/defaults Pullup rev 1.51 (requested by martti in ti...
details: https://anonhg.NetBSD.org/src/rev/0a302914cdf4
branches: netbsd-1-6
changeset: 530986:0a302914cdf4
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Oct 27 04:42:34 2003 +0000
description:
Pullup rev 1.51 (requested by martti in ticket #1543)
Allow custom fsck options via fsck_flags.
diffstat:
etc/defaults/rc.conf | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 3cfc0542b37d -r 0a302914cdf4 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf Mon Oct 27 04:41:52 2003 +0000
+++ b/etc/defaults/rc.conf Mon Oct 27 04:42:34 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.conf,v 1.37.2.3 2002/11/11 23:41:18 he Exp $
+# $NetBSD: rc.conf,v 1.37.2.4 2003/10/27 04:42:34 jmc Exp $
#
# /etc/defaults/rc.conf --
# default configuration of /etc/rc.conf
@@ -93,6 +93,14 @@
# NOTE: default coredump name now set in /etc/sysctl.conf
+#
+# File system check flags; default to preen mode, checking filesystems
+# that are listed in /etc/fstab in parallel as the fsck pass number
+# permits. Fix minor faults automatically, and exit with non 0 only
+# when major errors occur.
+#
+fsck_flags=-p
+
# Security setting. If $securelevel is non-empty, the system securelevel
# is set to this value early in the boot sequence. Otherwise the default
# action is taken (see init(8)).
Home |
Main Index |
Thread Index |
Old Index