Author: bdubbs
Date: Mon Oct 21 16:42:21 2019
New Revision: 22279

Log:
Fix script start/stop for Chapters 4 and 36

Modified:
   trunk/scripts/blfs-chapter04.php
   trunk/scripts/blfs-chapter36.php

Modified: trunk/scripts/blfs-chapter04.php
==============================================================================
--- trunk/scripts/blfs-chapter04.php    Mon Oct 21 15:20:20 2019        (r22278)
+++ trunk/scripts/blfs-chapter04.php    Mon Oct 21 16:42:21 2019        (r22279)
@@ -4,8 +4,8 @@
 include 'blfs-include.php';
 
 $CHAPTER       = "4";
-$CHAPTERS      = "Chapters 2-4";
-$START_PACKAGE = "lsb-release";
+$CHAPTERS      = "Chapter 4";
+$START_PACKAGE = "make-ca";
 $STOP_PACKAGE  = "volume_key";
 
 $renames = array();

Modified: trunk/scripts/blfs-chapter36.php
==============================================================================
--- trunk/scripts/blfs-chapter36.php    Mon Oct 21 15:20:20 2019        (r22278)
+++ trunk/scripts/blfs-chapter36.php    Mon Oct 21 16:42:21 2019        (r22279)
@@ -6,7 +6,7 @@
 $CHAPTER       = '36';
 $CHAPTERS      = 'Chapter 36';
 $START_PACKAGE ='baobab';
-$STOP_PACKAGE  ='vino';
+$STOP_PACKAGE  ='vinagre';
 
 $renames = array();
 $ignores = array();
-- 
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