From 5f66ac891a8e9903f97b0ef21944eeeb5a9d7451 Mon Sep 17 00:00:00 2001 From: DJ Lucas Date: Fri, 4 Oct 2019 23:07:02 +0000 Subject: [PATCH] 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 --- bootscripts/ChangeLog | 3 ++- 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 - * 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 * 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.