diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-31 17:47:52 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-31 17:47:52 +0000 |
| commit | 119cff04efba2e8b159606db46ae1fac30875d0f (patch) | |
| tree | 4f3431ad91feb528a30c84acd0e9a3e427dbb32a /release/sysinstall/install.c | |
| parent | acd80190835b96c5eaa73cb9864470b2facf9112 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/install.c')
| -rw-r--r-- | release/sysinstall/install.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index b05f5c2d41d0..45856992b9bf 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.208 1998/03/24 09:51:57 jkh Exp $ + * $Id: install.c,v 1.209 1998/07/18 09:42:00 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -999,7 +999,6 @@ installVarDefaults(dialogMenuItem *self) char *cp; /* Set default startup options */ - variable_set2(VAR_ROUTER_ENABLE, "NO"); variable_set2(VAR_RELNAME, RELEASE_NAME); variable_set2(VAR_CPIO_VERBOSITY, "high"); variable_set2(VAR_TAPE_BLOCKSIZE, DEFAULT_TAPE_BLOCKSIZE); |
