summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-05-27 10:32:50 +0000
committerjkh <jkh@FreeBSD.org>1999-05-27 10:32:50 +0000
commit4e040793c0e05bef154e78a09e4b935ec7211c08 (patch)
treecba908c43d1dc405a0355ca3366a996075be6f56 /usr.sbin/sysinstall/install.c
parent5f3f513bc6580435bbbd98c35680c067ddc41886 (diff)
downloadFreeBSD-src-4e040793c0e05bef154e78a09e4b935ec7211c08.zip
FreeBSD-src-4e040793c0e05bef154e78a09e4b935ec7211c08.tar.gz
Do a clean-up pass on error/warning messages.
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 6e8141e..c037b50 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.235 1999/05/07 11:02:56 jkh Exp $
+ * $Id: install.c,v 1.236 1999/05/12 09:02:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -174,19 +174,6 @@ checkLabels(Boolean whinge, Chunk **rdev, Chunk **sdev, Chunk **udev, Chunk **vd
"swap partition.");
status = FALSE;
}
- if (!usrdev && whinge && !variable_get(VAR_NO_USR)) {
- msgConfirm("WARNING: No /usr filesystem found. This is not technically\n"
- "an error if your root filesystem is big enough (or you later\n"
- "intend to mount your /usr filesystem over NFS), but it may otherwise\n"
- "cause you trouble if you're not exactly sure what you are doing!");
- }
- if (!vardev && whinge && variable_cmp(SYSTEM_STATE, "upgrade")) {
- msgConfirm("WARNING: No /var filesystem found. This is not technically\n"
- "an error if your root filesystem is big enough (or you later\n"
- "intend to link /var to someplace else), but it may otherwise\n"
- "cause your root filesystem to fill up if you receive lots of mail\n"
- "or edit large temporary files.");
- }
return status;
}
OpenPOWER on IntegriCloud