Changeset 8524
- Timestamp:
- 04/12/08 23:20:45 (8 months ago)
- Files:
-
- trunk/bootscripts/contrib/lsb-v3/ChangeLog (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/checkfs (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/halt (modified) (2 diffs)
- trunk/bootscripts/contrib/lsb-v3/init.d/localnet (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/mountfs (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/reboot (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/sendsignals (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/setclock (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/swap (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/sysctl (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/sysklogd (modified) (1 diff)
- trunk/bootscripts/contrib/lsb-v3/init.d/template (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bootscripts/contrib/lsb-v3/ChangeLog
r8523 r8524 4 4 {install,remove}_initd or chkconfig, that need to parse the 5 5 LSB headers. 6 * Cleaned up script headers to reflect real Start or Stop 6 7 7 8 20080315 - [dj] * Corrected test for $pidfile in pidofproc() trunk/bootscripts/contrib/lsb-v3/init.d/checkfs
r8322 r8524 4 4 ### BEGIN INIT INFO 5 5 # Provides: checkfs 6 # Required-Start: udev 7 # Should-Start: lvm swap6 # Required-Start: udev swap $time 7 # Should-Start: lvm 8 8 # Required-Stop: 9 9 # Should-Stop: trunk/bootscripts/contrib/lsb-v3/init.d/halt
r7914 r8524 8 8 # Required-Stop: localnet 9 9 # Should-Stop: 10 # Default-Start: 11 # Default-Stop: 010 # Default-Start: 0 11 # Default-Stop: 12 12 # Short-Description: Halts the system. 13 13 # Description: Halts the System. … … 21 21 case "${1}" in 22 22 stop) 23 log_ msg_success"Halting System..."23 log_success_msg "Halting System..." 24 24 halt -d -f -i -p 25 25 ;; trunk/bootscripts/contrib/lsb-v3/init.d/localnet
r7914 r8524 8 8 # Required-Stop: $network 9 9 # Should-Stop: swap 10 # Default-Start: sysinit 11 # Default-Stop: 0 610 # Default-Start: sysinit 0 6 11 # Default-Stop: 12 12 # Short-Description: Starts the local network. 13 13 # Description: Sets the hostname of the machine and starts the trunk/bootscripts/contrib/lsb-v3/init.d/mountfs
r8197 r8524 4 4 ### BEGIN INIT INFO 5 5 # Provides: $local_fs 6 # Required-Start: udev 7 # Should-Start: lvm checkfs6 # Required-Start: udev checkfs 7 # Should-Start: lvm 8 8 # Required-Stop: sendsignals 9 9 # Should-Stop: 10 # Default-Start: sysinit 11 # Default-Stop: 0 612 # Short-Description: Mounts a ll local filesystems as defined in /etc/fstab.10 # Default-Start: sysinit 0 6 11 # Default-Stop: 12 # Short-Description: Mounts and unmounts all local filesystems. 13 13 # Description: Remounts root filesystem read/write and mounts all 14 # remaining local filesystems defined in /etc/fstab. 14 # remaining local filesystems defined in /etc/fstab on 15 # start. Rmounts root filesystem read-only and unmounts 16 # remaining filesystems on stop. 15 17 # X-LFS-Default-Start: S40 16 18 # X-LFS-Default-Stop: S70 trunk/bootscripts/contrib/lsb-v3/init.d/reboot
r7914 r8524 3 3 4 4 ### BEGIN INIT INFO 5 # Provides: halt5 # Provides: reboot 6 6 # Required-Start: 7 7 # Should-Start: 8 8 # Required-Stop: localnet 9 9 # Should-Stop: 10 # Default-Start: 11 # Default-Stop: 610 # Default-Start: 6 11 # Default-Stop: 12 12 # Short-Description: Reboots the system. 13 13 # Description: Reboots the System. trunk/bootscripts/contrib/lsb-v3/init.d/sendsignals
r7914 r8524 8 8 # Required-Stop: $syslog 9 9 # Should-Stop: 10 # Default-Start: 11 # Default-Stop: 0 610 # Default-Start: 0 6 11 # Default-Stop: 12 12 # Short-Description: Attempts to kill remaining processes. 13 13 # Description: Attempts to kill remaining processes. trunk/bootscripts/contrib/lsb-v3/init.d/setclock
r8322 r8524 4 4 ### BEGIN INIT INFO 5 5 # Provides: $time 6 # Required-Start: $local_fs7 # Should-Start: udev_retry6 # Required-Start: udev 7 # Should-Start: 8 8 # Required-Stop: 9 9 # Should-Stop: trunk/bootscripts/contrib/lsb-v3/init.d/swap
r7914 r8524 4 4 ### BEGIN INIT INFO 5 5 # Provides: swap 6 # Required-Start: mountkernfs 6 # Required-Start: mountkernfs udev 7 7 # Should-Start: lvm 8 8 # Required-Stop: $local_fs 9 9 # Should-Stop: 10 # Default-Start: sysinit 11 # Default-Stop: 0 610 # Default-Start: sysinit 0 6 11 # Default-Stop: 12 12 # Short-Description: Mounts and unmounts swap partitions. 13 13 # Description: Mounts and unmounts swap partitions defined in trunk/bootscripts/contrib/lsb-v3/init.d/sysctl
r7914 r8524 4 4 ### BEGIN INIT INFO 5 5 # Provides: sysctl 6 # Required-Start: mountkernfs6 # Required-Start: udev 7 7 # Should-Start: 8 8 # Required-Stop: trunk/bootscripts/contrib/lsb-v3/init.d/sysklogd
r7914 r8524 8 8 # Required-Stop: $network 9 9 # Should-Stop: 10 # Default-Start: 2 3 4 610 # Default-Start: 2 3 4 5 11 11 # Default-Stop: 0 1 6 12 12 # Short-Description: Starts kernel and system log daemons. trunk/bootscripts/contrib/lsb-v3/init.d/template
r7925 r8524 3 3 4 4 ### BEGIN INIT INFO 5 # Provides: template (the name of the script unless LSB defined) 6 # Required-Start: $local_fs $time $syslog (itmes that must be started) 7 # Should-Start: $portmap $remote_fs $named (optional items started) 8 # Required-Stop: $network sendsignals (items that must be stopped) 9 # Should-Stop: $time (items that are optional but should be stopped) 10 # Default-Start: 2 3 4 5 11 # Default-Stop: 0 1 6 12 # Short-Description: Provides a template. 13 # Description: Provides a detailed template to create your own 14 # startup scripts. 15 # X-LFS-Default-Start: S50 16 # X-LFS-Default-Stop: K25 (this can be an S value if run after K scripts) 17 # X-LFS-Provided-By: LFS (BOOK or Project - just an informative text field) 5 # Provides: template 6 # Required-Start: 7 # Should-Start: 8 # Required-Stop: 9 # Should-Stop: 10 # Default-Start: 11 # Default-Stop: 12 # Short-Description: 13 # Description: 14 # X-LFS-Default-Start: 15 # X-LFS-Default-Stop: 16 # X-LFS-Provided-By: 18 17 ### END INIT INFO 19 18
