aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-22 09:54:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-22 09:54:17 +0000
commitd1abbfc040e55f0acd004a7eeed9feea48d6deb7 (patch)
treee505828be4ca8e5e31f0b7770e0d5fd0d48fb50e
parentba133e11bf9bca1d4cca26e2310d513b3fc2538f (diff)
Notes
-rw-r--r--release/sysinstall/main.c9
-rw-r--r--usr.sbin/sade/main.c9
-rw-r--r--usr.sbin/sysinstall/main.c9
3 files changed, 12 insertions, 15 deletions
diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c
index d6d272670418..6c1ccc350261 100644
--- a/release/sysinstall/main.c
+++ b/release/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);
}
diff --git a/usr.sbin/sade/main.c b/usr.sbin/sade/main.c
index d6d272670418..6c1ccc350261 100644
--- a/usr.sbin/sade/main.c
+++ b/usr.sbin/sade/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);
}
diff --git a/usr.sbin/sysinstall/main.c b/usr.sbin/sysinstall/main.c
index d6d272670418..6c1ccc350261 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);
}