Author: dj Date: Fri Oct 4 16:07:02 2019 New Revision: 11683 Log: Network script depends on firewall scripts from BLFS if activated.
Modified: trunk/BOOK/bootscripts/ChangeLog trunk/BOOK/bootscripts/lfs/init.d/network Modified: trunk/BOOK/bootscripts/ChangeLog ============================================================================== --- trunk/BOOK/bootscripts/ChangeLog Fri Oct 4 15:58:07 2019 (r11682) +++ trunk/BOOK/bootscripts/ChangeLog Fri Oct 4 16:07:02 2019 (r11683) @@ -1,5 +1,6 @@ 2019-10-04 DJ Lucas <[email protected]> - * 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 <[email protected]> * Update facilities in LSB headers Modified: trunk/BOOK/bootscripts/lfs/init.d/network ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/network Fri Oct 4 15:58:07 2019 (r11682) +++ trunk/BOOK/bootscripts/lfs/init.d/network Fri Oct 4 16:07:02 2019 (r11683) @@ -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. -- http://lists.linuxfromscratch.org/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
