]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add some more verbiage to fatal error message.
authorTed Lemon <source@isc.org>
Mon, 4 Sep 2000 22:28:10 +0000 (22:28 +0000)
committerTed Lemon <source@isc.org>
Mon, 4 Sep 2000 22:28:10 +0000 (22:28 +0000)
omapip/errwarn.c

index a0bfb5e02523887bea611b55b9a736969b8d16a0..475e2655c243561b7f6e1006904a6470ec5116bd 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: errwarn.c,v 1.7 2000/09/01 23:17:00 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: errwarn.c,v 1.8 2000/09/04 22:28:10 mellon Exp $ Copyright (c) 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include <omapip/omapip_p.h>
@@ -82,15 +82,22 @@ void log_fatal (const char * fmt, ... )
   }
 
 #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 ("%s", "");
   log_error ("exiting.");
 #endif
   if (log_cleanup)