Browse Source

Network script depends on firewall scripts from BLFS if activated.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11683 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 5 years ago
parent
commit
5f66ac891a
2 changed files with 4 additions and 3 deletions
  1. 2 1
      bootscripts/ChangeLog
  2. 2 2
      bootscripts/lfs/init.d/network

+ 2 - 1
bootscripts/ChangeLog

@@ -1,5 +1,6 @@
 2019-10-04 DJ Lucas <dj@linuxfromscratch.org>
-   * Additional updates to facilities in LSB headers
+   * Additional updates to facilities in LSB headers to keep proper order
+   * Network script depends on firewall scripts from BLFS if activated
 
 2019-09-02 DJ Lucas <dj@linuxfromscratch.org>
    * Update facilities in LSB headers

+ 2 - 2
bootscripts/lfs/init.d/network

@@ -17,9 +17,9 @@
 ### BEGIN INIT INFO
 # Provides:            $network
 # Required-Start:      $local_fs $syslog localnet swap
-# Should-Start:
+# Should-Start:        firewalld iptables nftables
 # Required-Stop:       $local_fs $syslog localnet swap
-# Should-Stop:
+# Should-Stop:         firewalld iptables nftables
 # Default-Start:       3 4 5
 # Default-Stop:        0 1 2 6
 # Short-Description:   Starts and configures network interfaces.