54343e
diff -up dhcp-4.2.0/omapip/errwarn.c.errwarn dhcp-4.2.0/omapip/errwarn.c
54343e
--- dhcp-4.2.0/omapip/errwarn.c.errwarn	2009-07-23 20:52:21.000000000 +0200
54343e
+++ dhcp-4.2.0/omapip/errwarn.c	2010-07-21 13:23:47.000000000 +0200
54343e
@@ -76,20 +76,13 @@ void log_fatal (const char * fmt, ... )
54343e
 
54343e
 #if !defined (NOMINUM)
54343e
   log_error ("%s", "");
54343e
-  log_error ("If you did not get this software from ftp.isc.org, please");
54343e
-  log_error ("get the latest from ftp.isc.org and install that before");
54343e
-  log_error ("requesting help.");
54343e
+  log_error ("This version of ISC DHCP is based on the release available");
54343e
+  log_error ("on ftp.isc.org.  Features have been added and other changes");
54343e
+  log_error ("have been made to the base software release in order to make");
54343e
+  log_error ("it work better with this distribution.");
54343e
   log_error ("%s", "");
54343e
-  log_error ("If you did get this software from ftp.isc.org and have not");
54343e
-  log_error ("yet read the README, please read it before requesting help.");
54343e
-  log_error ("If you intend to request help from the dhcp-server@isc.org");
54343e
-  log_error ("mailing list, please read the section on the README about");
54343e
-  log_error ("submitting bug reports and requests for help.");
54343e
-  log_error ("%s", "");
54343e
-  log_error ("Please do not under any circumstances send requests for");
54343e
-  log_error ("help directly to the authors of this software - please");
54343e
-  log_error ("send them to the appropriate mailing list as described in");
54343e
-  log_error ("the README file.");
54343e
+  log_error ("Please report for this software via the Red Hat Bugzilla site:");
54343e
+  log_error ("    http://bugzilla.redhat.com");
54343e
   log_error ("%s", "");
54343e
   log_error ("exiting.");
54343e
 #endif