View | Details | Raw Unified | Return to bug 213411
Collapse All | Expand All

(-)/tmp/freebsd-update.sh (-1 / +1 lines)
Lines 948-954 Link Here
948
# "$name server selection ..."; we allow either format.
948
# "$name server selection ..."; we allow either format.
949
	MLIST="_http._tcp.${SERVERNAME}"
949
	MLIST="_http._tcp.${SERVERNAME}"
950
	host -t srv "${MLIST}" |
950
	host -t srv "${MLIST}" |
951
	    sed -nE "s/${MLIST} (has SRV record|server selection) //p" |
951
	    sed -nE "s/${MLIST} (has SRV record|server selection) //ip" |
952
	    cut -f 1,2,4 -d ' ' |
952
	    cut -f 1,2,4 -d ' ' |
953
	    sed -e 's/\.$//' |
953
	    sed -e 's/\.$//' |
954
	    sort > serverlist_full
954
	    sort > serverlist_full

Return to bug 213411