summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-05-05 11:34:03 +0000
committerjkh <jkh@FreeBSD.org>1999-05-05 11:34:03 +0000
commit2f046ead7857172f2e15013c7430ce094707232b (patch)
tree71e297facf3fd13d5d8de04b5b5937fc87d3020b /usr.sbin/sysinstall/install.c
parentab91f06287e9a0c28b4319993377ac5b9e6208a3 (diff)
downloadFreeBSD-src-2f046ead7857172f2e15013c7430ce094707232b.zip
FreeBSD-src-2f046ead7857172f2e15013c7430ce094707232b.tar.gz
Another round of updates for -current and 3.2
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 703a760..9746457 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.232 1999/04/27 14:33:25 jkh Exp $
+ * $Id: install.c,v 1.233 1999/04/28 10:51:01 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -751,7 +751,7 @@ installFixupBin(dialogMenuItem *self)
msgConfirm("Kernel copied OK, but unable to save boot -c changes\n"
"to it. See the debug screen (ALT-F2) for details.");
}
- else {
+ else if (file_readable("/boot/kernel.conf")) {
FILE *fp;
if ((fp = fopen("/boot/loader.conf", "a")) != NULL) {
OpenPOWER on IntegriCloud