Author: dj Date: Sun Sep 8 12:03:52 2019 New Revision: 11670 Log: Fix bootscript headers.
Modified: trunk/BOOK/bootscripts/lfs/init.d/console trunk/BOOK/bootscripts/lfs/init.d/localnet trunk/BOOK/bootscripts/lfs/init.d/network trunk/BOOK/bootscripts/lfs/init.d/setclock trunk/BOOK/bootscripts/lfs/init.d/sysklogd trunk/BOOK/bootscripts/lfs/init.d/udev_retry Modified: trunk/BOOK/bootscripts/lfs/init.d/console ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/console Wed Sep 4 03:04:29 2019 (r11669) +++ trunk/BOOK/bootscripts/lfs/init.d/console Sun Sep 8 12:03:52 2019 (r11670) @@ -16,7 +16,7 @@ ### BEGIN INIT INFO # Provides: console # Required-Start: $local_fs -# Should-Start: +# Should-Start: udev_retry # Required-Stop: # Should-Stop: # Default-Start: S Modified: trunk/BOOK/bootscripts/lfs/init.d/localnet ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/localnet Wed Sep 4 03:04:29 2019 (r11669) +++ trunk/BOOK/bootscripts/lfs/init.d/localnet Sun Sep 8 12:03:52 2019 (r11670) @@ -14,7 +14,7 @@ ### BEGIN INIT INFO # Provides: localnet -# Required-Start: +# Required-Start: mountvirtfs # Should-Start: modules # Required-Stop: # Should-Stop: Modified: trunk/BOOK/bootscripts/lfs/init.d/network ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/network Wed Sep 4 03:04:29 2019 (r11669) +++ trunk/BOOK/bootscripts/lfs/init.d/network Sun Sep 8 12:03:52 2019 (r11670) @@ -16,10 +16,10 @@ ### BEGIN INIT INFO # Provides: $network -# Required-Start: $local_fs swap localnet -# Should-Start: $syslog -# Required-Stop: $local_fs swap localnet -# Should-Stop: $syslog +# Required-Start: $local_fs $syslog localnet swap +# Should-Start: +# Required-Stop: $local_fs $syslog localnet swap +# Should-Stop: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6 # Short-Description: Starts and configures network interfaces. Modified: trunk/BOOK/bootscripts/lfs/init.d/setclock ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/setclock Wed Sep 4 03:04:29 2019 (r11669) +++ trunk/BOOK/bootscripts/lfs/init.d/setclock Sun Sep 8 12:03:52 2019 (r11670) @@ -23,7 +23,7 @@ # Short-Description: Stores and restores time from the hardware clock # Description: On boot, system time is obtained from hwclock. The # hardware clock can also be set on shutdown. -# X-LFS-Provided-By: LFS BLFS +# X-LFS-Provided-By: LFS ### END INIT INFO . /lib/lsb/init-functions Modified: trunk/BOOK/bootscripts/lfs/init.d/sysklogd ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/sysklogd Wed Sep 4 03:04:29 2019 (r11669) +++ trunk/BOOK/bootscripts/lfs/init.d/sysklogd Sun Sep 8 12:03:52 2019 (r11670) @@ -14,10 +14,10 @@ ### BEGIN INIT INFO # Provides: $syslog -# Required-Start: localnet +# Required-Start: $first localnet # Should-Start: # Required-Stop: $local_fs -# Should-Stop: sendsignals +# Should-Stop: # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Starts kernel and system log daemons. Modified: trunk/BOOK/bootscripts/lfs/init.d/udev_retry ============================================================================== --- trunk/BOOK/bootscripts/lfs/init.d/udev_retry Wed Sep 4 03:04:29 2019 (r11669) +++ trunk/BOOK/bootscripts/lfs/init.d/udev_retry Sun Sep 8 12:03:52 2019 (r11670) @@ -16,7 +16,7 @@ ### BEGIN INIT INFO # Provides: udev_retry # Required-Start: udev -# Should-Start: $local_fs modules +# Should-Start: $local_fs cleanfs # Required-Stop: # Should-Stop: # Default-Start: S -- http://lists.linuxfromscratch.org/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
