summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-05-01 03:31:08 +0000
committerjkh <jkh@FreeBSD.org>1996-05-01 03:31:08 +0000
commit943934a18726abc7a7d43b4815ec20d10d047e25 (patch)
tree96e1fa20ab77578e3dcb0bdb824fc5d1ebeb1652 /usr.sbin/sysinstall/system.c
parentaa97fefae9ae353fc65fe4ec320fc0c1d9a5c673 (diff)
downloadFreeBSD-src-943934a18726abc7a7d43b4815ec20d10d047e25.zip
FreeBSD-src-943934a18726abc7a7d43b4815ec20d10d047e25.tar.gz
Micro tweak for getting the Holographic shell message to stay on the
screen longer.
Diffstat (limited to 'usr.sbin/sysinstall/system.c')
-rw-r--r--usr.sbin/sysinstall/system.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index 5a480d3..46d664b 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);
}
}
}
OpenPOWER on IntegriCloud