Changeset b3daf01 for bootscripts/lfs


Ignore:
Timestamp:
10/02/2022 07:49:12 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8e0c191b
Parents:
4349661
Message:

Typos reported by "rhubarbpieguy"

Location:
bootscripts/lfs
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/init.d/checkfs

    r4349661 rb3daf01  
    3535# Default-Stop:
    3636# Short-Description:   Checks local filesystems before mounting.
    37 # Description:         Checks local filesystmes before mounting.
     37# Description:         Checks local filesystems before mounting.
    3838# X-LFS-Provided-By:   LFS
    3939### END INIT INFO
  • bootscripts/lfs/init.d/mountfs

    r4349661 rb3daf01  
    5656      # Don't unmount virtual file systems like /run
    5757      log_info_msg "Unmounting all other currently mounted file systems..."
    58       # Ensure any loop devies are removed
     58      # Ensure any loop devices are removed
    5959      losetup -D
    6060      umount --all --detach-loop --read-only \
  • bootscripts/lfs/init.d/rc

    r4349661 rb3daf01  
    184184# Start all services marked as S in this runlevel, except if marked as
    185185# S in the previous runlevel
    186 # it is the responsabily of the script to not try to start an already running
     186# it is the responsibility of the script to not try to start an already running
    187187# service
    188188for i in $( ls -v /etc/rc.d/rc${runlevel}.d/S* 2> /dev/null)
  • bootscripts/lfs/init.d/template

    r4349661 rb3daf01  
    4646      killproc fully_qualified_path
    4747    # if it is not possible to use killproc
    48     # (the daemon shoudn't be stopped by killing it)
     48    # (the daemon shouldn't be stopped by killing it)
    4949      if pidofproc daemon_name_as_reported_by_ps >/dev/null; then
    5050         command_to_stop_the_service
  • bootscripts/lfs/lib/services/init-functions

    r4349661 rb3daf01  
    156156
    157157        # Return a value ONLY
    158         # It is the init script's (or distribution's functions) responsibilty
     158        # It is the init script's (or distribution's functions) responsibility
    159159        # to log messages!
    160160        case "${retval}" in
     
    272272
    273273    # Return a value ONLY
    274     # It is the init script's (or distribution's functions) responsibilty
     274    # It is the init script's (or distribution's functions) responsibility
    275275    # to log messages!
    276276    case "${retval}" in
  • bootscripts/lfs/sysconfig/createfiles

    r4349661 rb3daf01  
    2222#               <devtype> is either block, char or pipe
    2323#                       block creates a block device
    24 #                       char creates a character deivce
     24#                       char creates a character device
    2525#                       pipe creates a pipe, this will ignore the <major> and
    2626#           <minor> fields
  • bootscripts/lfs/sysconfig/rc.site

    r4349661 rb3daf01  
    3333#WARNING_PREFIX="${WARNING} *** ${NORMAL} "
    3434
    35 # Manually seet the right edge of message output (characters)
     35# Manually set the right edge of message output (characters)
    3636# Useful when resetting console font during boot to override
    3737# automatic screen width detection
Note: See TracChangeset for help on using the changeset viewer.