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