Changeset 614a14e


Ignore:
Timestamp:
08/30/2008 06:48:00 AM (16 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
59dc6e1
Parents:
abcee47
Message:

Corrected remaining dependency errors in LSB headers

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
bootscripts/contrib/lsb-v3
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/contrib/lsb-v3/ChangeLog

    rabcee47 r614a14e  
    11ChangeLog
     2
     320080830 - [dj] * Corrected remaining dependency errors in scrpt headers.
    24
    3520080531 - [dj] * Synced with LFS-Bootscrpts-20080531 (use udevadm)
  • bootscripts/contrib/lsb-v3/init.d/checkfs

    rabcee47 r614a14e  
    55# Provides:            checkfs
    66# Required-Start:      udev swap $time
    7 # Should-Start:        lvm
     7# Should-Start:
    88# Required-Stop:
    99# Should-Stop:
  • bootscripts/contrib/lsb-v3/init.d/halt

    rabcee47 r614a14e  
    66# Required-Start:
    77# Should-Start:
    8 # Required-Stop:       localnet
     8# Required-Stop:
    99# Should-Stop:
    1010# Default-Start:       0
  • bootscripts/contrib/lsb-v3/init.d/localnet

    rabcee47 r614a14e  
    66# Required-Start:      $local_fs
    77# Should-Start:
    8 # Required-Stop:       $network
    9 # Should-Stop:         swap
     8# Required-Stop:
     9# Should-Stop:         halt reboot
    1010# Default-Start:       sysinit 0 6
    1111# Default-Stop:
  • bootscripts/contrib/lsb-v3/init.d/mountfs

    rabcee47 r614a14e  
    55# Provides:            $local_fs
    66# Required-Start:      udev checkfs
    7 # Should-Start:        lvm
     7# Should-Start:
    88# Required-Stop:       sendsignals
    99# Should-Stop:
  • bootscripts/contrib/lsb-v3/init.d/network

    rabcee47 r614a14e  
    55# Provides:            $network
    66# Required-Start:      $syslog
    7 # Should-Start:       
    8 # Required-Stop:
    9 # Should-Stop:         $remote_fs
     7# Should-Start:
     8# Required-Stop:       $syslog $local_fs swap localnet
     9# Should-Stop:         halt reboot
    1010# Default-Start:       3 4 5
    1111# Default-Stop:        0 1 2 6
  • bootscripts/contrib/lsb-v3/init.d/reboot

    rabcee47 r614a14e  
    66# Required-Start:
    77# Should-Start:
    8 # Required-Stop:       localnet
     8# Required-Stop:
    99# Should-Stop:
    1010# Default-Start:       6
  • bootscripts/contrib/lsb-v3/init.d/sendsignals

    rabcee47 r614a14e  
    66# Required-Start:
    77# Should-Start:
    8 # Required-Stop:       $syslog
    9 # Should-Stop:
     8# Required-Stop:       $local_fs swap localnet
     9# Should-Stop:         halt reboot
    1010# Default-Start:       0 6
    1111# Default-Stop:
  • bootscripts/contrib/lsb-v3/init.d/setclock

    rabcee47 r614a14e  
    44### BEGIN INIT INFO
    55# Provides:            $time
    6 # Required-Start:      udev
     6# Required-Start:      udev swap
    77# Should-Start:
    8 # Required-Stop:
    9 # Should-Stop:
     8# Required-Stop:       $network $syslog $local_fs
     9# Should-Stop:         halt reboot
    1010# Default-Start:       sysinit
    1111# Default-Stop:       
     
    1414#                      hardware clock can also be set on shutdown.
    1515# 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
    1818### END INIT INFO
    1919
  • bootscripts/contrib/lsb-v3/init.d/swap

    rabcee47 r614a14e  
    44### BEGIN INIT INFO
    55# Provides:            swap
    6 # Required-Start:      mountkernfs udev
    7 # Should-Start:        lvm
    8 # Required-Stop:       $local_fs
    9 # Should-Stop:
     6# Required-Start:      udev
     7# Should-Start:
     8# Required-Stop:       localnet
     9# Should-Stop:         halt reboot
    1010# Default-Start:       sysinit 0 6
    1111# Default-Stop:
  • bootscripts/contrib/lsb-v3/init.d/sysklogd

    rabcee47 r614a14e  
    66# Required-Start:      localnet
    77# Should-Start:
    8 # Required-Stop:       $network
    9 # Should-Stop:
     8# Required-Stop:       sendsignals $local_fs swap
     9# Should-Stop:         halt reboot
    1010# Default-Start:       2 3 4 5
    1111# Default-Stop:        0 1 6
Note: See TracChangeset for help on using the changeset viewer.