Micro tweak for getting the Holographic shell message to stay on the

screen longer.
This commit is contained in:
jkh 1996-05-01 03:31:08 +00:00
parent eebf107356
commit 8d98cdb41b
3 changed files with 6 additions and 6 deletions

View File

@ -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);
}
}
}

View File

@ -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);
}
}
}

View File

@ -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);
}
}
}