Blame SOURCES/dhcp-4.2.0-errwarn-message.patch

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