Ignore:
Timestamp:
04/28/2010 03:46:23 AM (14 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.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:
a8a87e6
Parents:
01923b2
Message:

fixed paths and removed unneeded X-LFS-Default lines.

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

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

Legend:

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

    r01923b2 rec45bd6  
    11ChangeLog
     220100427 - [dj] * Removed unneeded X-LFS-Default* lines.
     3                * Corrected udev_retry script for new udev.
     4                * Corrected path of syslogd and klogd in sysklogd script.
     5
    2620090325 - [dj] * Corrected serveral echo commands missing -e - Thanks to
    37                  Michael Tremer at IPFire for the corrections.
  • bootscripts/contrib/lsb-v3/README

    r01923b2 rec45bd6  
    22
    33The scripts contianed in this directory are a complete rewrite of the
    4 boot scripts from LFS-6.1 (updated for LFS-SVN about 2008-05-31).  As is
     4boot scripts from LFS-6.1 (updated for LFS-SVN about 2010-04-28).  As is
    55usually the case with a rewrite, there have been many changes:
    66
     
    8787find them.
    8888
     89The sysctl script runs much earlier in the boot process, as a result, it
     90negates the need for the consolelog script.  Set 'kernel.printk = X' in your
     91/etc/sysctl.conf file for equivalent functionality.
     92
    8993Thanks.
    9094
  • bootscripts/contrib/lsb-v3/init.d/checkfs

    r01923b2 rec45bd6  
    1212# Short-Description:   Checks local filesystems before mounting.
    1313# Description:         Checks local filesystmes before mounting.
    14 # X-LFS-Default-Start: S30
    15 # X-LFS-Default-Stop:
    1614# X-LFS-Provided-By:   LFS
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/cleanfs

    r01923b2 rec45bd6  
    1414#                      /tmp.  cleanfs also creates /var/run/utmp and any files
    1515#                      defined in /etc/sysconfig/createfiles.
    16 # X-LFS-Default-Start: S50
    17 # X-LFS-Default-Stop:
    1816# X-LFS-Provided-By:   LFS
    1917### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/console

    r01923b2 rec45bd6  
    1313# Description:         Sets up fonts and language settings for the user's
    1414#                      local as defined by /etc/sysconfig/console.
    15 # X-LFS-Default-Start: S70
    16 # X-LFS-Default-Stop:
    1715# X-LFS-Provided-By:   LFS
    1816### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/halt

    r01923b2 rec45bd6  
    1212# Short-Description:   Halts the system.
    1313# Description:         Halts the System.
    14 # X-LFS-Default-Start:
    15 # X-LFS-Default-Stop:  S99
    1614# X-LFS-Provided-By:   LFS
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/localnet

    r01923b2 rec45bd6  
    1313# Description:         Sets the hostname of the machine and starts the
    1414#                      loopback interface.
    15 # X-LFS-Default-Start: S80
    16 # X-LFS-Default-Stop:  S90
    1715# X-LFS-Provided-By:   LFS
    1816### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/modules

    r01923b2 rec45bd6  
    1212# Short-Description:   Loads required modules.
    1313# Description:         Loads modules listed in /etc/sysconfig/modules.
    14 # X-LFS-Default-Start: S10
    15 # X-LFS-Default-Stop:
    1614# X-LFS-Provided-By:   LFS
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/mountfs

    r01923b2 rec45bd6  
    1515#                      start.  Remounts root filesystem read-only and unmounts
    1616#                      remaining filesystems on stop.
    17 # X-LFS-Default-Start: S40
    18 # X-LFS-Default-Stop:  S70
    1917# X-LFS-Provided-By:   LFS
    2018### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/mountkernfs

    r01923b2 rec45bd6  
    1212# Short-Description:   Mounts /sys and /proc virtual (kernel) filesystems.
    1313# Description:         Mounts /sys and /proc virtual (kernel) filesystems.
    14 # X-LFS-Default-Start: S00
    15 # X-LFS-Default-Stop:
    1614# X-LFS-Provided-By:   LFS
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/network

    r01923b2 rec45bd6  
    1212# Short-Description:   Starts and configures network interfaces.
    1313# Description:         Starts and configures network interfaces.
    14 # X-LFS-Default-Start: S20
    15 # X-LFS-Default-Stop:  K80
    1614# X-LFS-Provided-By:   LFS
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/reboot

    r01923b2 rec45bd6  
    1212# Short-Description:   Reboots the system.
    1313# Description:         Reboots the System.
    14 # X-LFS-Default-Start:
    15 # X-LFS-Default-Stop:  S99
    1614# X-LFS-Provided-By:   LFS
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/sendsignals

    r01923b2 rec45bd6  
    1212# Short-Description:   Attempts to kill remaining processes.
    1313# Description:         Attempts to kill remaining processes.
    14 # X-LFS-Default-Start:
    15 # X-LFS-Default-Stop:  S60
    1614# X-LFS-Provided-By:   LFS
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/setclock

    r01923b2 rec45bd6  
    1313# Description:         On boot, system time is obtained from hwclock.  The
    1414#                      hardware clock can also be set on shutdown.
    15 # X-LFS-Default-Start: S25
    16 # X-LFS-Default-Stop:  K46
    1715# X-LFS-Provided-By:   LFS BLFS
    1816### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/swap

    r01923b2 rec45bd6  
    1313# Description:         Mounts and unmounts swap partitions defined in
    1414#                      /etc/fstab.
    15 # X-LFS-Default-Start: S20
    16 # X-LFS-Default-Stop:  S80
    1715# X-LFS-Provided-By:   LFS
    1816### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/sysctl

    r01923b2 rec45bd6  
    1313# Description:         Makes changes to the proc filesystem as defined in
    1414#                      /etc/sysctl.conf.  See 'man sysctl(8)'.
    15 # X-LFS-Default-Start: S05
    16 # X-LFS-Default-Stop:
    1715# X-LFS-Provided-By:   LFS
    1816### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/sysklogd

    r01923b2 rec45bd6  
    1313# Description:         Starts kernel and system log daemons.
    1414#                      /etc/fstab.
    15 # X-LFS-Default-Start: S10
    16 # X-LFS-Default-Stop:  K90
    1715# X-LFS-Provided-By:   LFS
    1816### END INIT INFO
     
    2321    start)
    2422        MESSAGE="system log daemon..."
    25         start_daemon /usr/sbin/syslogd -m 0
     23        start_daemon /sbin/syslogd -m 0
    2624        evaluate_retval start
    2725
    2826        MESSAGE="kernel log daemon..."
    29         start_daemon /usr/sbin/klogd
     27        start_daemon /sbin/klogd
    3028        evaluate_retval start
    3129        ;;
     
    3331    stop)
    3432        MESSAGE="kernel log daemon..."
    35         killproc /usr/sbin/klogd
     33        killproc /sbin/klogd
    3634        evaluate_retval stop
    3735
    3836        MESSAGE="system log daemon..."
    39         killproc /usr/sbin/syslogd
     37        killproc /sbin/syslogd
    4038        evaluate_retval stop
    4139        ;;
     
    4341    force-reload)
    4442        MESSAGE="system log daemon config file..."
    45         killproc -HUP `/usr/sbin/syslogd`
     43        killproc -HUP `/sbin/syslogd`
    4644        evaluate_retval reload
    4745        ;;
     
    5048        MESSAGE="system and kernel log deamons..."
    5149        failed=0
    52         killproc /usr/sbin/klogd || failed=1
    53         killproc /usr/sbin/syslogd || failed=1
    54         start_daemon /usr/sbin/syslogd -m 0 || failed=1
    55         start_daemon /usr/sbin/klogd || failed=1
     50        killproc /sbin/klogd || failed=1
     51        killproc /sbin/syslogd || failed=1
     52        start_daemon /sbin/syslogd -m 0 || failed=1
     53        start_daemon /sbin/klogd || failed=1
    5654        (exit ${failed})
    5755        evaluate_retval restart
     
    5957
    6058    status)
    61         statusproc /usr/sbin/syslogd
    62         statusproc /usr/sbin/klogd
     59        statusproc /sbin/syslogd
     60        statusproc /sbin/klogd
    6361        ;;
    6462
  • bootscripts/contrib/lsb-v3/init.d/template

    r01923b2 rec45bd6  
    1212# Short-Description:
    1313# Description:
    14 # X-LFS-Default-Start:
    15 # X-LFS-Default-Stop:
    1614# X-LFS-Provided-By:
    1715### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/udev

    r01923b2 rec45bd6  
    1313# Description:         Mounts a tempfs on /dev and starts the udevd daemon.
    1414#                      Device nodes are created as defined by udev.
    15 # X-LFS-Default-Start: S15
    16 # X-LFS-Default-Stop:
    1715# X-LFS-Provided-By:   LFS
    1816### END INIT INFO
  • bootscripts/contrib/lsb-v3/init.d/udev_retry

    r01923b2 rec45bd6  
    1414#                      slow hardware initialization, and creates those needed
    1515#                      device nodes
    16 # X-LFS-Default-Start: S45
    17 # X-LFS-Default-Stop:
    1816# X-LFS-Provided-By:   LFS
    1917### END INIT INFO
     
    3634
    3735                # Re-trigger the failed uevents in hope they will succeed now
    38                 /sbin/udevadm trigger --retry-failed
     36                /sbin/udevadm trigger --type=failed
    3937
    4038                # Now wait for udevd to process the uevents we triggered
Note: See TracChangeset for help on using the changeset viewer.