]> git.pld-linux.org Git - packages/dhcp.git/blame - dhcp-errwarn-message.patch
- introduced -client-dirs subpackage that provides:
[packages/dhcp.git] / dhcp-errwarn-message.patch
CommitLineData
8c878a4c
ER
1--- dhcp-3.0.5/omapip/errwarn.c.message 2007-03-29 15:03:12.000000000 -0400
2+++ dhcp-3.0.5/omapip/errwarn.c 2007-03-29 15:08:50.000000000 -0400
3@@ -80,20 +80,13 @@
4
5 #if !defined (NOMINUM)
6 log_error ("%s", "");
7- log_error ("If you did not get this software from ftp.isc.org, please");
8- log_error ("get the latest from ftp.isc.org and install that before");
9- log_error ("requesting help.");
10+ log_error ("This version of ISC DHCP is based on the release available");
11+ log_error ("on ftp.isc.org. Features have been added and other changes");
12+ log_error ("have been made to the base software release in order to make");
13+ log_error ("it work better with this distribution.");
14 log_error ("%s", "");
15- log_error ("If you did get this software from ftp.isc.org and have not");
16- log_error ("yet read the README, please read it before requesting help.");
17- log_error ("If you intend to request help from the dhcp-server@isc.org");
18- log_error ("mailing list, please read the section on the README about");
19- log_error ("submitting bug reports and requests for help.");
20- log_error ("%s", "");
21- log_error ("Please do not under any circumstances send requests for");
22- log_error ("help directly to the authors of this software - please");
23- log_error ("send them to the appropriate mailing list as described in");
24- log_error ("the README file.");
a2b42733
AM
25+ log_error ("Please report for this software via the PLD/Linux Bugs site:");
26+ log_error (" http://bugs.pld-linux.org/");
8c878a4c
ER
27 log_error ("%s", "");
28 log_error ("exiting.");
29 #endif
This page took 0.024841 seconds and 4 git commands to generate.