Author: bdubbs
Date: Sat Aug 8 21:32:44 2020
New Revision: 23478
Log:
Restore polkit currency
Modified:
trunk/scripts/blfs-chapter04.php
Modified: trunk/scripts/blfs-chapter04.php
==============================================================================
--- trunk/scripts/blfs-chapter04.php Sat Aug 8 21:29:00 2020 (r23477)
+++ trunk/scripts/blfs-chapter04.php Sat Aug 8 21:32:44 2020 (r23478)
@@ -127,7 +127,7 @@
if ( isset( $current ) && $book_index != "$current" ) return 0;
- if ( $package == "polkit" ) return "manual";
+ #if ( $package == "polkit" ) return "manual";
// Fix up directory path
foreach ( $url_fix as $u )
@@ -273,8 +273,8 @@
array( 'pkg' => 'openssl',
'regex' => "/\D*(\d.*\d.*)$/" ),
- array( 'pkg' => 'polkit-[a-f\d]',
- 'regex' => "/polkit-([a-f\d]+)$/" ),
+// array( 'pkg' => 'polkit-[a-f\d]',
+// 'regex' => "/polkit-([a-f\d]+)$/" ),
// array( 'pkg' => 'openssl1',
// 'regex' => "/\D*(\d.*\d.*)$/" ),
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page