1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-20 02:38:43 +00:00

Add keywords 'mirror' and 'stripe' when not in kernel mode.

This commit is contained in:
Greg Lehey 1999-07-02 07:58:09 +00:00
parent e65333e92e
commit 126152b05d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48452
2 changed files with 4 additions and 0 deletions

View File

@ -112,6 +112,8 @@ enum keyword {
kw_detached,
#ifdef VINUMDEBUG
kw_debug, /* go into debugger */
kw_stripe,
kw_mirror,
#endif
kw_info,
kw_quit,

View File

@ -123,6 +123,8 @@ struct _keywords keywords[] =
#ifndef KERNEL /* for vinum(8) only */
#ifdef VINUMDEBUG
keypair(debug),
keypair(stripe),
keypair(mirror),
#endif
#endif
keypair(attach),