diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2019-10-04 23:07:02 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2019-10-04 23:07:02 +0000 |
commit | 5f66ac891a8e9903f97b0ef21944eeeb5a9d7451 (patch) | |
tree | 8ff2de86ebb21154c4f3c29386ecb42112253077 /bootscripts | |
parent | 11e78808ffcbb557b677245ea341d3eafa400113 (diff) |
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
Diffstat (limited to 'bootscripts')
-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. |