Author: bdubbs
Date: Wed Jun  8 13:26:56 2016
New Revision: 17462

Log:
Check lsof at a mirror site

Modified:
   trunk/scripts/blfs-chapter11.php

Modified: trunk/scripts/blfs-chapter11.php
==============================================================================
--- trunk/scripts/blfs-chapter11.php    Tue Jun  7 20:28:32 2016        (r17461)
+++ trunk/scripts/blfs-chapter11.php    Wed Jun  8 13:26:56 2016        (r17462)
@@ -38,6 +38,10 @@
           'match'   => '^.*$', 
           'replace' => "https://launchpad.net/intltool/trunk"; ),
 
+   array( 'pkg'     => 'lsof',
+          'match'   => '^.*$', 
+          'replace' => 
"https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/"; 
),
+
    array( 'pkg'     => 'tidy',
           'match'   => '^.*$', 
           'replace' => "https://github.com/htacg/tidy-html5/releases"; ),
-- 
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