e7bd38e572
- ship dhcp-lease-list.pl - dhclient-script: don't ping router (#1055181)
23 lines
1.2 KiB
Diff
23 lines
1.2 KiB
Diff
diff -up dhcp-4.3.0b1/omapip/errwarn.c.errwarn dhcp-4.3.0b1/omapip/errwarn.c
|
|
--- dhcp-4.3.0b1/omapip/errwarn.c.errwarn 2014-01-21 09:31:47.301334249 +0100
|
|
+++ dhcp-4.3.0b1/omapip/errwarn.c 2014-01-21 09:33:20.569039072 +0100
|
|
@@ -76,11 +76,13 @@ void log_fatal (const char * fmt, ... )
|
|
}
|
|
|
|
log_error ("%s", "");
|
|
- 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 ("This version of ISC DHCP is based on the release available");
|
|
+ log_error ("on ftp.isc.org. Features have been added and other changes");
|
|
+ log_error ("have been made to the base software release in order to make");
|
|
+ log_error ("it work better with this distribution.");
|
|
+ log_error ("%s", "");
|
|
+ log_error ("Please report for this software via the Red Hat Bugzilla site:");
|
|
+ log_error (" http://bugzilla.redhat.com");
|
|
log_error ("%s", "");
|
|
log_error ("exiting.");
|
|
|