$ svn diff isc-dhcp/4.0-0-0-ucs/4.2.2.dfsg.1-5+deb70u6/51_dhcp_policy.patch Index: isc-dhcp/4.0-0-0-ucs/4.2.2.dfsg.1-5+deb70u6/51_dhcp_policy.patch =================================================================== --- isc-dhcp/4.0-0-0-ucs/4.2.2.dfsg.1-5+deb70u6/51_dhcp_policy.patch (Revision 14814) +++ isc-dhcp/4.0-0-0-ucs/4.2.2.dfsg.1-5+deb70u6/51_dhcp_policy.patch (Arbeitskopie) @@ -32,7 +32,7 @@ + x_strncat (cfile->inbuf, " {\nhardware ", LDAP_BUFFER_SIZE); + x_strncat (cfile->inbuf, hwaddr[0]->bv_val, LDAP_BUFFER_SIZE); + x_strncat (cfile->inbuf, ";\n", LDAP_BUFFER_SIZE); -++ x_strncat (cfile->inbuf, " {\nddns-hostname ", LDAP_BUFFER_SIZE); +++ x_strncat (cfile->inbuf, " \nddns-hostname ", LDAP_BUFFER_SIZE); ++ x_strncat (cfile->inbuf, tempbv[0]->bv_val, LDAP_BUFFER_SIZE); ++ x_strncat (cfile->inbuf, ";\n", LDAP_BUFFER_SIZE); + ldap_value_free_len (hwaddr);