summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-19 10:06:18 +0000
committerjkh <jkh@FreeBSD.org>1999-07-19 10:06:18 +0000
commit362c174f0ecccf186bc683c9822722165abafe12 (patch)
tree4ebc1f90f19217af451b98a53337f7cdcbefa38e /usr.sbin/sade/system.c
parentf3c07181e3a6a7579dac59ab5d7db8dda4765baa (diff)
downloadFreeBSD-src-362c174f0ecccf186bc683c9822722165abafe12.zip
FreeBSD-src-362c174f0ecccf186bc683c9822722165abafe12.tar.gz
Another batch of fixes for dhcp support in sysinstall, now dragging
in some code from C. Stone to parse the lease information. This is still a WIP and this commit is largely intended to allow others to sync up; the dhclient code still only works when doing dhcp configuration post-install and requires a bit more work on the boot floppy before it will truly work in the minimal bootstrapping role.
Diffstat (limited to 'usr.sbin/sade/system.c')
-rw-r--r--usr.sbin/sade/system.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/sade/system.c b/usr.sbin/sade/system.c
index 2f618c9..152ad36 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.91 1999/02/15 00:49:33 jkh Exp $
+ * $Id: system.c,v 1.92 1999/07/16 22:07:09 jkh Exp $
*
* Jordan Hubbard
*
@@ -71,8 +71,6 @@ expand(char *fname)
void
systemInitialize(int argc, char **argv)
{
- int i;
-
signal(SIGINT, SIG_IGN);
globalsInit();
@@ -351,7 +349,7 @@ systemCreateHoloshell(void)
if (kill(ehs_pid, 0) == 0) {
if (msgYesNo("There seems to be an emergency holographic shell\n"
- "already running von VTY 4.\n"
+ "already running on VTY 4.\n\n"
"Kill it and start a new one?"))
return;
OpenPOWER on IntegriCloud