summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-02-22 09:54:17 +0000
committerjkh <jkh@FreeBSD.org>1998-02-22 09:54:17 +0000
commit8521cad29e2545a569480353ac58abd00a1e56c1 (patch)
tree2f5ca57942e3dea55298aa03d788fd456ead2453 /usr.sbin/sysinstall
parent4709e46bd50c2584dfc2f134a35f4c0114751961 (diff)
downloadFreeBSD-src-8521cad29e2545a569480353ac58abd00a1e56c1.zip
FreeBSD-src-8521cad29e2545a569480353ac58abd00a1e56c1.tar.gz
Edit a message so that people stop sending me weird emails. :)
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/main.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index d6d2726..6c1ccc3 100644
--- a/usr.sbin/sysinstall/main.c
+++ b/usr.sbin/sysinstall/main.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: main.c,v 1.46 1997/06/05 09:47:58 jkh Exp $
+ * $Id: main.c,v 1.47 1997/09/16 18:57:09 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -110,10 +110,9 @@ main(int argc, char **argv)
status = setjmp(BailOut);
if (status) {
msgConfirm("A signal %d was caught - I'm saving what I can and shutting\n"
- "this thing down! Please report this unfortunate incident\n"
- "to jkh@FreeBSD.org. If you can reproduce the problem, please\n"
- "also turn Debug on in the Options menu for the extra information\n"
- "it provides in debugging problems like this. Thanks!", status);
+ "If you can reproduce the problem, please turn Debug on in\n"
+ "the Options menu for the extra information it provides in\n"
+ "debugging problems like this.", status);
systemShutdown(status);
}
OpenPOWER on IntegriCloud