summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2004-07-18 18:01:48 +0000
committersimon <simon@FreeBSD.org>2004-07-18 18:01:48 +0000
commit0fcf2627f6d8eaa33779afeb44b5efe8d7e56fda (patch)
tree68e19c3cb68c61298cbc0f27f8ee6e10b1f9031a /share
parent663921669569e0293fdbf9e48f017becabdf499a (diff)
downloadFreeBSD-src-0fcf2627f6d8eaa33779afeb44b5efe8d7e56fda.zip
FreeBSD-src-0fcf2627f6d8eaa33779afeb44b5efe8d7e56fda.tar.gz
For the gbde attach script:
- Ask the user up to X times (3 by default) for the pass-phrase, if it is incorrect the first time. - Add support for storing the lockfiles in another other directory than /etc. - Document that it is possible to override the location of each single lockfile. Approved by: pjd
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.525
1 files changed, 25 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 6aa9820..844c13e 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -1069,6 +1069,31 @@ will attempt to automatically initialize your .bde devices in
List the devices that the script should try to attach,
or
.Dq Li AUTO .
+.It Va gbde_lockdir
+.Pq Vt str
+The directory where the
+.Xr gbde 4
+lockfiles are located.
+The default lockfile directory is
+.Pa /etc .
+.Pp
+The lockfile for each individual
+.Xr gbde 4
+device can be overridden by setting the variable
+.Va gbde_lock_ Ns Aq Ar device ,
+where
+.Ar device
+is the encrypted device without the
+.Dq Pa /dev/
+and
+.Dq Pa .bde
+parts.
+.It Va gbde_attach_attempts
+.Pq Vt int
+Number of times to attempt attaching to a
+.Xr gbde 4
+device, i.e. how many times the user is asked for the pass-phrase.
+Default is 3.
.It Va gbde_swap_enable
.Pq Vt bool
If set to
OpenPOWER on IntegriCloud