summaryrefslogtreecommitdiff
path: root/omapip
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-01-15 19:02:29 -0800
committerShawn Routhier <sar@isc.org>2014-01-15 19:02:29 -0800
commit4889a646b02a4ef580fd7c5110d73f26007cfeee (patch)
treee561860a3b4984796a88e2349560c8bc03207de0 /omapip
parentbc30c84e65636e13e0e2b34d6dacf546c8edb650 (diff)
downloadisc-dhcp-4889a646b02a4ef580fd7c5110d73f26007cfeee.tar.gz
[master] Update log_fatal message to be shorter and point to the web page
Diffstat (limited to 'omapip')
-rw-r--r--omapip/errwarn.c25
1 files changed, 8 insertions, 17 deletions
diff --git a/omapip/errwarn.c b/omapip/errwarn.c
index 722c3fc7..4b3d353d 100644
--- a/omapip/errwarn.c
+++ b/omapip/errwarn.c
@@ -4,7 +4,8 @@
/*
* Copyright (c) 1995 RadioMail Corporation.
- * Copyright (c) 2004,2007,2009 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2009,2014 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1996-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
@@ -74,25 +75,15 @@ void log_fatal (const char * fmt, ... )
IGNORE_RET (write (STDERR_FILENO, "\n", 1));
}
-#if !defined (NOMINUM)
log_error ("%s", "");
- log_error ("If you did not get this software from ftp.isc.org, please");
- log_error ("get the latest from ftp.isc.org and install that before");
- log_error ("requesting help.");
- log_error ("%s", "");
- log_error ("If you did get this software from ftp.isc.org and have not");
- log_error ("yet read the README, please read it before requesting help.");
- log_error ("If you intend to request help from the dhcp-server@isc.org");
- log_error ("mailing list, please read the section on the README about");
- log_error ("submitting bug reports and requests for help.");
- log_error ("%s", "");
- log_error ("Please do not under any circumstances send requests for");
- log_error ("help directly to the authors of this software - please");
- log_error ("send them to the appropriate mailing list as described in");
- log_error ("the README file.");
+ log_error ("If you think you have received this message due to a bug rather");
+ log_error ("than a configuration issue please read the section on submitting");
+ log_error ("bugs on either our web page at www.isc.org or in the README file");
+ log_error ("before submitting a bug. These pages explain the proper");
+ log_error ("process and the information we find helpful for debugging..");
log_error ("%s", "");
log_error ("exiting.");
-#endif
+
if (log_cleanup)
(*log_cleanup) ();
exit (1);