Author: bdubbs
Date: Tue Feb 28 09:02:25 2017
New Revision: 18423

Log:
Fix script for logrotate upstream change

Modified:
   trunk/scripts/blfs-chapter12.php

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Tue Feb 28 01:35:38 2017        (r18422)
+++ trunk/scripts/blfs-chapter12.php    Tue Feb 28 09:02:25 2017        (r18423)
@@ -18,7 +18,7 @@
 
 $ignores = array();
 
-//$current="p7zip";
+//$current="logrotate";
 
 $regex = array();
 $regex[ 'acpid'   ] = "/^.*Download acpid-(\d[\d\.]+\d).tar.*$/";
@@ -72,6 +72,10 @@
           'match'   => '^.*$', 
           'replace' => "http://fcron.free.fr"; ),
 
+   array( 'pkg'     => 'logrotate',
+          'match'   => '^.*$', 
+          'replace' => "https://github.com/logrotate/logrotate"; ),
+
 );
 
 function get_packages( $package, $dirpath )
-- 
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