summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-06 08:36:12 +0000
committerjkh <jkh@FreeBSD.org>1997-10-06 08:36:12 +0000
commit0bad82e206cbd4863a38d1a205e1f60fdf365f2d (patch)
treeee4c6953ca64a1ad11dcff732bc8f1b5549ecb98 /release
parentfff37acdc46a68fd64e0b0408d61291e55988b7f (diff)
downloadFreeBSD-src-0bad82e206cbd4863a38d1a205e1f60fdf365f2d.zip
FreeBSD-src-0bad82e206cbd4863a38d1a205e1f60fdf365f2d.tar.gz
Add an extra sanity check to previous commit.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 1571d69..aca9884 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.198 1997/10/03 14:14:40 jkh Exp $
+ * $Id: install.c,v 1.199 1997/10/06 08:34:56 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -806,7 +806,7 @@ installFixup(dialogMenuItem *self)
/* BOGON #6: deal with new boot files */
vsystem("touch /kernel.config");
vsystem("touch /boot.config");
- if (file_readable("/stand/boot.help"))
+ if (file_readable("/stand/boot.help") && !file_readable("/boot.help"))
vsystem("mv /stand/boot.help /");
/* Now run all the mtree stuff to fix things up */
OpenPOWER on IntegriCloud