diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 03:31:08 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-05-01 03:31:08 +0000 |
| commit | 7653020ceb6660884cda2ab64e0c586c0e5faa69 (patch) | |
| tree | 96e1fa20ab77578e3dcb0bdb824fc5d1ebeb1652 /usr.sbin/sysinstall | |
| parent | 7c243b9add49d62ea0f3456ece94f2272d00d285 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall')
| -rw-r--r-- | usr.sbin/sysinstall/system.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c index 5a480d385b0c..46d664b8e931 100644 --- a/usr.sbin/sysinstall/system.c +++ b/usr.sbin/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.56 1996/04/28 20:54:09 jkh Exp $ + * $Id: system.c,v 1.57 1996/04/29 21:15:44 jkh Exp $ * * Jordan Hubbard * @@ -279,7 +279,7 @@ systemCreateHoloshell(void) } else { msgNotify("Starting an emergency holographic shell on VTY4"); - sleep(1); + sleep(2); } } } |
