diff options
-rw-r--r-- | bootscripts/ChangeLog | 3 | ||||
-rw-r--r-- | bootscripts/lfs/init.d/network | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index 118b60262..a54fd1a3d 100644 --- a/bootscripts/ChangeLog +++ b/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 diff --git a/bootscripts/lfs/init.d/network b/bootscripts/lfs/init.d/network index 46dd4b565..140bc72e8 100644 --- a/bootscripts/lfs/init.d/network +++ b/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. |