aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-12-06 10:13:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-12-06 10:13:57 +0000
commit1fe19dd78517a570fe03ac0d3188a07277da0f55 (patch)
treeeda648ab826cd5bff60ccdb9cdffd52cdbc9b882
parent17640fbe7036e357123db72e7cadf79f88b41dea (diff)
Notes
-rw-r--r--release/sysinstall/install.c4
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/install.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index c98b1b7659866..d6cb7cdde59ff 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.218 1998/11/15 09:06:20 jkh Exp $
+ * $Id: install.c,v 1.219 1998/11/24 00:18:55 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -366,6 +366,8 @@ installFixitFloppy(dialogMenuItem *self)
"or unclean filesystem. Do you want to try again?"))
return DITEM_FAILURE;
}
+ else
+ break;
}
if (!directory_exists("/tmp"))
(void)symlink("/mnt2/tmp", "/tmp");
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index c98b1b7659866..d6cb7cdde59ff 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.218 1998/11/15 09:06:20 jkh Exp $
+ * $Id: install.c,v 1.219 1998/11/24 00:18:55 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -366,6 +366,8 @@ installFixitFloppy(dialogMenuItem *self)
"or unclean filesystem. Do you want to try again?"))
return DITEM_FAILURE;
}
+ else
+ break;
}
if (!directory_exists("/tmp"))
(void)symlink("/mnt2/tmp", "/tmp");
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index c98b1b7659866..d6cb7cdde59ff 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.218 1998/11/15 09:06:20 jkh Exp $
+ * $Id: install.c,v 1.219 1998/11/24 00:18:55 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -366,6 +366,8 @@ installFixitFloppy(dialogMenuItem *self)
"or unclean filesystem. Do you want to try again?"))
return DITEM_FAILURE;
}
+ else
+ break;
}
if (!directory_exists("/tmp"))
(void)symlink("/mnt2/tmp", "/tmp");