#6797: Remove (comment out?) all instances of ftp://ftp.mozilla.org
-------------------------+--------------------------
 Reporter:  fo           |       Owner:  blfs-book@…
     Type:  enhancement  |      Status:  closed
 Priority:  normal       |   Milestone:  7.8
Component:  BOOK         |     Version:  SVN
 Severity:  normal       |  Resolution:  fixed
 Keywords:               |
-------------------------+--------------------------

Comment (by fo):

 I had done some correct modifications. Didn't work because I didn't do the
 format changes from ftp to http:

 {{{
 -            return find_max( $dirs, "/\d\./", "/^.* (\d\.[\.\d]+)$/" );
 +            return find_max( $dirs, "/^\d\./", "/^(\d\.[\.\d]+)\/.*$/" );
 }}}

 and

 {{{
 -            return find_max( $dirs, "/\d\./", "/^.*(\d{2}[\.\d]+)$/" );
 +            return find_max( $dirs, "/^\d/", "/^(\d{2}[\.\d]+)\/.*/" );
 }}}

 which I still would like understand.

 I believe that:

 {{{
 -//$current="fontforge";
 +//$current="thunderbird";
 }}}

 works like a changelog, right?

--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/6797#comment:9>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to