Changeset 8553
- Timestamp:
- 08/30/08 00:48:00 (3 months ago)
- Files:
-
- trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/checkfs (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/halt (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/localnet (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/mountfs (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/network (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/reboot (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/sendsignals (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/setclock (modified) (2 diffs)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/swap (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/sysklogd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog
r8547 r8553 1 1 ChangeLog 2 3 20080830 - [dj] * Corrected remaining dependency errors in scrpt headers. 2 4 3 5 20080531 - [dj] * Synced with LFS-Bootscrpts-20080531 (use udevadm) trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/checkfs
r8524 r8553 5 5 # Provides: checkfs 6 6 # Required-Start: udev swap $time 7 # Should-Start: lvm7 # Should-Start: 8 8 # Required-Stop: 9 9 # Should-Stop: trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/halt
r8524 r8553 6 6 # Required-Start: 7 7 # Should-Start: 8 # Required-Stop: localnet8 # Required-Stop: 9 9 # Should-Stop: 10 10 # Default-Start: 0 trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/localnet
r8524 r8553 6 6 # Required-Start: $local_fs 7 7 # Should-Start: 8 # Required-Stop: $network9 # Should-Stop: swap8 # Required-Stop: 9 # Should-Stop: halt reboot 10 10 # Default-Start: sysinit 0 6 11 11 # Default-Stop: trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/mountfs
r8524 r8553 5 5 # Provides: $local_fs 6 6 # Required-Start: udev checkfs 7 # Should-Start: lvm7 # Should-Start: 8 8 # Required-Stop: sendsignals 9 9 # Should-Stop: trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/network
r7914 r8553 5 5 # Provides: $network 6 6 # Required-Start: $syslog 7 # Should-Start: 8 # Required-Stop: 9 # Should-Stop: $remote_fs7 # Should-Start: 8 # Required-Stop: $syslog $local_fs swap localnet 9 # Should-Stop: halt reboot 10 10 # Default-Start: 3 4 5 11 11 # Default-Stop: 0 1 2 6 trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/reboot
r8524 r8553 6 6 # Required-Start: 7 7 # Should-Start: 8 # Required-Stop: localnet8 # Required-Stop: 9 9 # Should-Stop: 10 10 # Default-Start: 6 trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/sendsignals
r8524 r8553 6 6 # Required-Start: 7 7 # Should-Start: 8 # Required-Stop: $ syslog9 # Should-Stop: 8 # Required-Stop: $local_fs swap localnet 9 # Should-Stop: halt reboot 10 10 # Default-Start: 0 6 11 11 # Default-Stop: trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/setclock
r8524 r8553 4 4 ### BEGIN INIT INFO 5 5 # Provides: $time 6 # Required-Start: udev 6 # Required-Start: udev swap 7 7 # Should-Start: 8 # Required-Stop: 9 # Should-Stop: 8 # Required-Stop: $network $syslog $local_fs 9 # Should-Stop: halt reboot 10 10 # Default-Start: sysinit 11 11 # Default-Stop: … … 14 14 # hardware clock can also be set on shutdown. 15 15 # X-LFS-Default-Start: S25 16 # X-LFS-Default-Stop: 17 # X-LFS-Provided-By: LFS 16 # X-LFS-Default-Stop: K46 17 # X-LFS-Provided-By: LFS BLFS 18 18 ### END INIT INFO 19 19 trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/swap
r8524 r8553 4 4 ### BEGIN INIT INFO 5 5 # Provides: swap 6 # Required-Start: mountkernfsudev7 # Should-Start: lvm8 # Required-Stop: $local_fs9 # Should-Stop: 6 # Required-Start: udev 7 # Should-Start: 8 # Required-Stop: localnet 9 # Should-Stop: halt reboot 10 10 # Default-Start: sysinit 0 6 11 11 # Default-Stop: trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/sysklogd
r8524 r8553 6 6 # Required-Start: localnet 7 7 # Should-Start: 8 # Required-Stop: $network9 # Should-Stop: 8 # Required-Stop: sendsignals $local_fs swap 9 # Should-Stop: halt reboot 10 10 # Default-Start: 2 3 4 5 11 11 # Default-Stop: 0 1 6
