Author: dj Date: Wed Oct 30 20:59:01 2019 New Revision: 11694 Log: Remove errant swap dependency for checkfs
Modified: trunk/BOOK/bootscripts/ChangeLog trunk/BOOK/bootscripts/lfs/init.d/checkfs Modified: trunk/BOOK/bootscripts/ChangeLog ============================================================================== --- trunk/BOOK/bootscripts/ChangeLog Wed Oct 30 20:32:28 2019 (r11693) +++ trunk/BOOK/bootscripts/ChangeLog Wed Oct 30 20:59:01 2019 (r11694) @@ -1,5 +1,6 @@ 2019-10-31 DJ Lucas <[email protected]> * Syslog should not start in runlevel 2 due to network logging + * Remove errant swap dependency for checkfs 2019-10-04 DJ Lucas <[email protected]> * Additional updates to facilities in LSB headers to keep proper order Modified: trunk/BOOK/bootscripts/lfs/init.d/checkfs ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/checkfs Wed Oct 30 20:32:28 2019 (r11693) +++ trunk/BOOK/bootscripts/lfs/init.d/checkfs Wed Oct 30 20:59:01 2019 (r11694) @@ -27,7 +27,7 @@ ### BEGIN INIT INFO # Provides: checkfs -# Required-Start: udev swap +# Required-Start: udev # Should-Start: # Required-Stop: # Should-Stop: -- http://lists.linuxfromscratch.org/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
