Andrew Benton wrote: > When the named daemon is running it generates some annoying messages in > the logs such as > > kernel: process `named' is using obsolete setsockopt SO_BSDCOMPAT > > According to google, the solution is to comment out references to > SO_BSDCOMPAT in the BIND source. So I knocked up the attached patch > which seems to work.
Andy, please see if this works instead: sed -i -e '247a #undef SO_BSDCOMPAT\n' lib/isc/unix/socket.c I prefer seds where we can because they are more visible to the user. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
