Author: bdubbs
Date: Fri Nov 30 14:02:12 2018
New Revision: 20767

Log:
Fix sysstat currency (very fragile though)

Modified:
   trunk/scripts/blfs-chapter12.php

Modified: trunk/scripts/blfs-chapter12.php
==============================================================================
--- trunk/scripts/blfs-chapter12.php    Fri Nov 30 13:54:29 2018        (r20766)
+++ trunk/scripts/blfs-chapter12.php    Fri Nov 30 14:02:12 2018        (r20767)
@@ -188,7 +188,7 @@
     return find_max( $lines, '/colord/', '/^.*colord-(\d[\d\.]*\d).tar.*$/' );
 
   if ( $book_index == "sysstat" )
-    return find_max( $lines, '/are/', '/^.*and (\d[\d\.]*\d) .*$/' );
+    return find_max( $lines, '/are/', '/^.* are (\d[\d\.]*\d) .*$/' );
 
   if ( $book_index == "fcron" )
     return find_max( $lines, '/fcron/', '/^.*fcron (\d[\d\.]*\d) released.*$/' 
);
-- 
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