--- usr.sbin/freebsd-update/freebsd-update.sh 2016-10-12 11:49:02.980898000 +0300 +++ /tmp/freebsd-update.sh 2016-10-12 13:03:03.424475000 +0300 @@ -948,7 +948,7 @@ # "$name server selection ..."; we allow either format. MLIST="_http._tcp.${SERVERNAME}" host -t srv "${MLIST}" | - sed -nE "s/${MLIST} (has SRV record|server selection) //p" | + sed -nE "s/${MLIST} (has SRV record|server selection) //ip" | cut -f 1,2,4 -d ' ' | sed -e 's/\.$//' | sort > serverlist_full