Hello all, After receiving the FreeBSD-SA-03:19.bind message, i try to patch and compile the bind. My patch is for 4.9 and --STABLE one. In the /usr/src/usr.sbin/named , i have put the command make obj && make depend && make and take the error: (u=${USER-root} d=`pwd` h=`hostname` t=`LC_ALL=C date`; sed -e "s|%WHEN%|${t}|" -e "s|%VERSION%|"8.3.7-REL"|" -e "s|%WHOANDWHERE%|${u}@${h}:${d}|" < /usr/src/usr.sbin/named/../../contrib/bind/bin/named/version.c > tmp_version.c) sed: 1: "s|%WHOANDWHERE%|who | h ...": bad flag in substitute command: 'h' *** Error code 1 My system is 4.9-RC FreeBSD. How can I correct the problem.? Regards, Murat Ustuntas