Author: dj
Date: Sun Aug 16 23:24:10 2020
New Revision: 12025

Log:
Move $syslog to Should-Start for the network bootscript, ensure checkfs 
bootscript runs after swap.

Modified:
   trunk/BOOK/bootscripts/lfs/init.d/checkfs
   trunk/BOOK/bootscripts/lfs/init.d/network

Modified: trunk/BOOK/bootscripts/lfs/init.d/checkfs
==============================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/checkfs   Sat Aug 15 14:26:19 2020        
(r12024)
+++ trunk/BOOK/bootscripts/lfs/init.d/checkfs   Sun Aug 16 23:24:10 2020        
(r12025)
@@ -27,7 +27,7 @@
 
 ### BEGIN INIT INFO
 # Provides:            checkfs
-# Required-Start:      udev
+# Required-Start:      udev swap
 # Should-Start:
 # Required-Stop:
 # Should-Stop:
@@ -94,7 +94,7 @@
       if [ "${error_value}" = 1 ]; then
          msg="\nWARNING:\n\nFile system errors "
          msg="${msg}were found and have been corrected.\n"
-         msg="${msg}      You may want to double-check that "
+         msg="${msg}     You may want to double-check that "
          msg="${msg}everything was fixed properly."
          log_warning_msg "$msg"
       fi

Modified: trunk/BOOK/bootscripts/lfs/init.d/network
==============================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/network   Sat Aug 15 14:26:19 2020        
(r12024)
+++ trunk/BOOK/bootscripts/lfs/init.d/network   Sun Aug 16 23:24:10 2020        
(r12025)
@@ -16,10 +16,10 @@
 
 ### BEGIN INIT INFO
 # Provides:            $network
-# Required-Start:      $local_fs $syslog localnet swap
-# Should-Start:        firewalld iptables nftables
-# Required-Stop:       $local_fs $syslog localnet swap
-# Should-Stop:         firewalld iptables nftables
+# Required-Start:      $local_fs localnet swap
+# Should-Start:        $syslog firewalld iptables nftables
+# Required-Stop:       $local_fs localnet swap
+# Should-Stop:         $syslog firewalld iptables nftables
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6
 # Short-Description:   Starts and configures network interfaces.
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to