]> git.ipfire.org Git - ipfire-3.x.git/blob - dhcp/patches/dhcp-4.2.3-P2-log_perror.patch
bind: Rework package and update to 9.9.9-P6
[ipfire-3.x.git] / dhcp / patches / dhcp-4.2.3-P2-log_perror.patch
1 diff -up dhcp-4.2.3-P2/server/dhcpd.c.log_perror dhcp-4.2.3-P2/server/dhcpd.c
2 --- dhcp-4.2.3-P2/server/dhcpd.c.log_perror 2012-02-22 14:24:57.000000000 +0100
3 +++ dhcp-4.2.3-P2/server/dhcpd.c 2012-02-22 14:29:09.964576687 +0100
4 @@ -315,6 +315,7 @@ main(int argc, char **argv) {
5 #ifndef DEBUG
6 daemon = 0;
7 #endif
8 + log_perror = 0;
9 } else if (!strcmp (argv [i], "-d")) {
10 #ifndef DEBUG
11 daemon = 0;