]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/dhcp/dhcp-errwarn-message.patch
Merge remote-tracking branch 'earl/tor' into next
[ipfire-2.x.git] / src / patches / dhcp / dhcp-errwarn-message.patch
1 diff -up dhcp-4.3.0b1/omapip/errwarn.c.errwarn dhcp-4.3.0b1/omapip/errwarn.c
2 --- dhcp-4.3.0b1/omapip/errwarn.c.errwarn 2014-01-21 09:31:47.301334249 +0100
3 +++ dhcp-4.3.0b1/omapip/errwarn.c 2014-01-21 09:33:20.569039072 +0100
4 @@ -76,11 +76,13 @@ void log_fatal (const char * fmt, ... )
5 }
6
7 log_error ("%s", "");
8 - log_error ("If you think you have received this message due to a bug rather");
9 - log_error ("than a configuration issue please read the section on submitting");
10 - log_error ("bugs on either our web page at www.isc.org or in the README file");
11 - log_error ("before submitting a bug. These pages explain the proper");
12 - log_error ("process and the information we find helpful for debugging..");
13 + log_error ("This version of ISC DHCP is based on the release available");
14 + log_error ("on ftp.isc.org. Features have been added and other changes");
15 + log_error ("have been made to the base software release in order to make");
16 + log_error ("it work better with this distribution.");
17 + log_error ("%s", "");
18 + log_error ("Please report for this software via the Red Hat Bugzilla site:");
19 + log_error (" http://bugzilla.redhat.com");
20 log_error ("%s", "");
21 log_error ("exiting.");
22