From 8521cad29e2545a569480353ac58abd00a1e56c1 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 22 Feb 1998 09:54:17 +0000 Subject: Edit a message so that people stop sending me weird emails. :) --- usr.sbin/sysinstall/main.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'usr.sbin/sysinstall') 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); } -- cgit v1.1