diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-18 05:11:37 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-18 05:11:37 +0000 |
| commit | 2233edf57770a7e513c30bb1c026f50105c0f81d (patch) | |
| tree | 0821e060bf5bfe9f95d687a6ef48b4678fdbf865 /usr.sbin/sysinstall/options.c | |
| parent | e1eecc081e882143ad23df483de2c9ac02b00992 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
| -rw-r--r-- | usr.sbin/sysinstall/options.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c index 1b4997882b38..3b81c95b7b90 100644 --- a/usr.sbin/sysinstall/options.c +++ b/usr.sbin/sysinstall/options.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: options.c,v 1.53 1997/02/07 04:26:46 jkh Exp $ + * $Id: options.c,v 1.54 1997/05/22 00:17:11 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -112,6 +112,8 @@ static Option Options[] = { OPT_IS_VAR, NULL, VAR_SLOW_ETHER, varCheck }, { "Debugging", "Emit extra debugging output on VTY2 (ALT-F2)", OPT_IS_VAR, NULL, VAR_DEBUG, varCheck }, +{ "No Warnings", "Don't Warn the user when a setting seems incorrect", + OPT_IS_VAR, NULL, VAR_NO_WARN, varCheck }, { "Yes to All", "Assume \"Yes\" answers to all non-critical dialogs", OPT_IS_VAR, NULL, VAR_NO_CONFIRM, varCheck }, { "FTP username", "Username and password to use instead of anonymous", |
