Author: bdubbs
Date: Sat Apr  7 11:30:30 2018
New Revision: 20053

Log:
Fix lsof location

Modified:
   trunk/scripts/blfs-chapter11.php

Modified: trunk/scripts/blfs-chapter11.php
==============================================================================
--- trunk/scripts/blfs-chapter11.php    Sat Apr  7 09:56:36 2018        (r20052)
+++ trunk/scripts/blfs-chapter11.php    Sat Apr  7 11:30:30 2018        (r20053)
@@ -45,7 +45,7 @@
 
    array( 'pkg'     => 'lsof',
           'match'   => '^.*$', 
-          'replace' => 
"https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/"; 
),
+          'replace' => "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof"; ),
 
    array( 'pkg'     => 'highlight',
           'match'   => '^.*$', 
-- 
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