Author: delphij
Date: Fri May  9 08:07:05 2014
New Revision: 265753
URL: http://svnweb.freebsd.org/changeset/base/265753

Log:
  MFC r264740:
  
  Use case insensitive match in portsnap.
  
  PR:           bin/186510
  Submitted by: olli

Modified:
  stable/9/usr.sbin/portsnap/portsnap/portsnap.sh
Directory Properties:
  stable/9/usr.sbin/portsnap/   (props changed)
  stable/9/usr.sbin/portsnap/portsnap/   (props changed)

Modified: stable/9/usr.sbin/portsnap/portsnap/portsnap.sh
==============================================================================
--- stable/9/usr.sbin/portsnap/portsnap/portsnap.sh     Fri May  9 08:02:52 
2014        (r265752)
+++ stable/9/usr.sbin/portsnap/portsnap/portsnap.sh     Fri May  9 08:07:05 
2014        (r265753)
@@ -348,7 +348,7 @@ fetch_pick_server_init() {
 # "$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
_______________________________________________
svn-src-stable-9@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"

Reply via email to