Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/share/man/man5 Pullup rev 1.82 (requested by martti in ...
details: https://anonhg.NetBSD.org/src/rev/209ae3fa003d
branches: netbsd-1-6
changeset: 530988:209ae3fa003d
user: jmc <jmc%NetBSD.org@localhost>
date: Mon Oct 27 04:42:54 2003 +0000
description:
Pullup rev 1.82 (requested by martti in ticket #1543)
Allow custom fsck options via fsck_flags.
diffstat:
share/man/man5/rc.conf.5 | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r d8d34280f8a0 -r 209ae3fa003d share/man/man5/rc.conf.5
--- a/share/man/man5/rc.conf.5 Mon Oct 27 04:42:44 2003 +0000
+++ b/share/man/man5/rc.conf.5 Mon Oct 27 04:42:54 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: rc.conf.5,v 1.61.2.3 2002/11/24 15:42:48 tron Exp $
+.\" $NetBSD: rc.conf.5,v 1.61.2.4 2003/10/27 04:42:54 jmc Exp $
.\"
.\" Copyright (c) 1996 Matthew R. Green
.\" Copyright (c) 1997 Curt J. Sampson
@@ -203,6 +203,23 @@
.Pa /usr
that may require network services to be available to mount,
that must be available early in the system boot for general services to use.
+.It Sy fsck_flags
+A string.
+A file system is checked with
+.Xr fsck 8
+during boot before mounting it.
+This option may be used to override the default command-line options
+passed to the
+.Xr fsck 8
+program.
+.Pp
+When set to
+.Fl y ,
+.Xr fsck 8
+assumes yes as the answer to all operator questions during file system checks.
+This might be important with hosts where the administrator does not have
+access to the console and an unsuccessful shutdown must not make the host
+unbootable even if the file system checks would fail in preen mode.
.It Sy no_swap
.Sq YES
or
Home |
Main Index |
Thread Index |
Old Index