Changeset 8524

Show
Ignore:
Timestamp:
04/12/08 23:20:45 (8 months ago)
Author:
dj
Message:

Header corrections

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bootscripts/contrib/lsb-v3/ChangeLog

    r8523 r8524  
    44                  {install,remove}_initd or chkconfig, that need to parse the 
    55                  LSB headers. 
     6                * Cleaned up script headers to reflect real Start or Stop 
    67 
    7820080315 - [dj] * Corrected test for $pidfile in pidofproc() 
  • trunk/bootscripts/contrib/lsb-v3/init.d/checkfs

    r8322 r8524  
    44### BEGIN INIT INFO 
    55# Provides:            checkfs 
    6 # Required-Start:      udev 
    7 # Should-Start:        lvm swap 
     6# Required-Start:      udev swap $time 
     7# Should-Start:        lvm 
    88# Required-Stop: 
    99# Should-Stop: 
  • trunk/bootscripts/contrib/lsb-v3/init.d/halt

    r7914 r8524  
    88# Required-Stop:       localnet 
    99# Should-Stop: 
    10 # Default-Start: 
    11 # Default-Stop:        0 
     10# Default-Start:       0 
     11# Default-Stop: 
    1212# Short-Description:   Halts the system. 
    1313# Description:         Halts the System. 
     
    2121case "${1}" in 
    2222    stop) 
    23         log_msg_success "Halting System..." 
     23        log_success_msg "Halting System..." 
    2424        halt -d -f -i -p 
    2525        ;; 
  • trunk/bootscripts/contrib/lsb-v3/init.d/localnet

    r7914 r8524  
    88# Required-Stop:       $network 
    99# Should-Stop:         swap 
    10 # Default-Start:       sysinit 
    11 # Default-Stop:        0 6 
     10# Default-Start:       sysinit 0 6 
     11# Default-Stop: 
    1212# Short-Description:   Starts the local network. 
    1313# Description:         Sets the hostname of the machine and starts the  
  • trunk/bootscripts/contrib/lsb-v3/init.d/mountfs

    r8197 r8524  
    44### BEGIN INIT INFO 
    55# Provides:            $local_fs 
    6 # Required-Start:      udev 
    7 # Should-Start:        lvm checkfs 
     6# Required-Start:      udev checkfs 
     7# Should-Start:        lvm 
    88# Required-Stop:       sendsignals 
    99# Should-Stop: 
    10 # Default-Start:       sysinit 
    11 # Default-Stop:        0 6 
    12 # Short-Description:   Mounts all 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
    1313# 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. 
    1517# X-LFS-Default-Start: S40 
    1618# X-LFS-Default-Stop:  S70 
  • trunk/bootscripts/contrib/lsb-v3/init.d/reboot

    r7914 r8524  
    33 
    44### BEGIN INIT INFO 
    5 # Provides:            hal
     5# Provides:            reboo
    66# Required-Start: 
    77# Should-Start: 
    88# Required-Stop:       localnet 
    99# Should-Stop: 
    10 # Default-Start: 
    11 # Default-Stop:        6 
     10# Default-Start:       6 
     11# Default-Stop: 
    1212# Short-Description:   Reboots the system. 
    1313# Description:         Reboots the System. 
  • trunk/bootscripts/contrib/lsb-v3/init.d/sendsignals

    r7914 r8524  
    88# Required-Stop:       $syslog 
    99# Should-Stop: 
    10 # Default-Start: 
    11 # Default-Stop:        0 6 
     10# Default-Start:       0 6 
     11# Default-Stop: 
    1212# Short-Description:   Attempts to kill remaining processes. 
    1313# Description:         Attempts to kill remaining processes. 
  • trunk/bootscripts/contrib/lsb-v3/init.d/setclock

    r8322 r8524  
    44### BEGIN INIT INFO 
    55# Provides:            $time 
    6 # Required-Start:      $local_fs 
    7 # Should-Start:        udev_retry 
     6# Required-Start:      udev 
     7# Should-Start: 
    88# Required-Stop: 
    99# Should-Stop: 
  • trunk/bootscripts/contrib/lsb-v3/init.d/swap

    r7914 r8524  
    44### BEGIN INIT INFO 
    55# Provides:            swap 
    6 # Required-Start:      mountkernfs 
     6# Required-Start:      mountkernfs udev 
    77# Should-Start:        lvm 
    88# Required-Stop:       $local_fs 
    99# Should-Stop: 
    10 # Default-Start:       sysinit 
    11 # Default-Stop:        0 6 
     10# Default-Start:       sysinit 0 6 
     11# Default-Stop: 
    1212# Short-Description:   Mounts and unmounts swap partitions. 
    1313# Description:         Mounts and unmounts swap partitions defined in  
  • trunk/bootscripts/contrib/lsb-v3/init.d/sysctl

    r7914 r8524  
    44### BEGIN INIT INFO 
    55# Provides:            sysctl 
    6 # Required-Start:      mountkernfs 
     6# Required-Start:      udev 
    77# Should-Start: 
    88# Required-Stop: 
  • trunk/bootscripts/contrib/lsb-v3/init.d/sysklogd

    r7914 r8524  
    88# Required-Stop:       $network 
    99# Should-Stop: 
    10 # Default-Start:       2 3 4 6 
     10# Default-Start:       2 3 4 5 
    1111# Default-Stop:        0 1 6 
    1212# Short-Description:   Starts kernel and system log daemons. 
  • trunk/bootscripts/contrib/lsb-v3/init.d/template

    r7925 r8524  
    33 
    44### 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: 
    1817### END INIT INFO 
    1918