aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-05-01 03:31:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-05-01 03:31:08 +0000
commit7653020ceb6660884cda2ab64e0c586c0e5faa69 (patch)
tree96e1fa20ab77578e3dcb0bdb824fc5d1ebeb1652
parent7c243b9add49d62ea0f3456ece94f2272d00d285 (diff)
Notes
-rw-r--r--release/sysinstall/system.c4
-rw-r--r--usr.sbin/sade/system.c4
-rw-r--r--usr.sbin/sysinstall/system.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c
index 5a480d385b0c..46d664b8e931 100644
--- a/release/sysinstall/system.c
+++ b/release/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);
}
}
}
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index 5a480d385b0c..46d664b8e931 100644
--- a/usr.sbin/sade/system.c
+++ b/usr.sbin/sade/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);
}
}
}
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);
}
}
}