Changeset cb02946 for bootscripts


Ignore:
Timestamp:
08/29/2012 08:45:23 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
de47ea3
Parents:
d7f2eb0
Message:

Lots of spelling fixes.
Delete the no longer used lsb-bootscripts directory

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

Location:
bootscripts
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    rd7f2eb0 rcb02946  
    4444   * lfs/init.d/setclock: Remove screen output from start case (udev)
    4545   * lfs/init.d/udev{,_retry}:  Restore output to screen and log
    46    * lfs/sbin/ifup: Change "..." to ": " (not awaiting additonal output)
     46   * lfs/sbin/ifup: Change "..." to ": " (not awaiting additional output)
    4747
    48482011-11-14  Bruce Dubbs <bdubbs@linuxfromscratch.org>
     
    8686      to all functions used in bootscripts
    8787   ** Move network configuration to /etc/sysconfig/ifconfig.*.  The
    88       ifconfig files can have any extention.  Use IFACE parameter to
     88      ifconfig files can have any extension.  Use IFACE parameter to
    8989      specify the target network interface within the configuration file.
    9090   ** Adds an optional parameter, SKIPTMPCLEAN, to skip the removal of
     
    126126   * lfs/init.d/functions:
    127127   * lfs/sysconfig/network-devices/ifup:
    128      Updated line widths to accomodate pdf generation in both the above
     128     Updated line widths to accommodate pdf generation in both the above
    129129     files.
    130130
     
    355355
    356356n/a - February 9, 2005
    357    * Accidently mounted /dev with 775 instead of 755, fixed
     357   * Accidentally mounted /dev with 775 instead of 755, fixed
    358358     (Reported by Alexander E. Patrakov)
    359359
     
    362362
    363363n/a - February 8, 2005
    364    * changed pidof, so it doesnt check the process id
     364   * changed pidof, so it doesn't check the process id
    365365     of running bootscripts, and to process shell scripts
    366366     (Nathan Coulson)
     
    540540   
    541541   * Moved PIDFILE check to getpids and removed arguments from
    542      killproc and reloadproc.  Signals are now set at begining of
     542     killproc and reloadproc.  Signals are now set at beginning of
    543543     funtcions script with KILLDELAY. (DJ)
    544544   * Added a optional service script which can set the MTU for a given
     
    10361036   * added 'restart' to the swap script
    10371037
    1038    * instead of using 'echo -n' to supress newlines so the [ OK ] and
    1039      related messages allign properly, substitute this with a single echo
     1038   * instead of using 'echo -n' to suppress newlines so the [ OK ] and
     1039     related messages align properly, substitute this with a single echo
    10401040     command that simply goes one line up before outputting anything. This
    10411041     also has the benefit that when programs have their own output (like
  • bootscripts/lfs/init.d/udev_retry

    rd7f2eb0 rcb02946  
    2222# Default-Start:       S
    2323# Default-Stop:
    24 # Short-Description:   Replays failed uevents and creates additonal devices.
     24# Short-Description:   Replays failed uevents and creates additional devices.
    2525# Description:         Replays any failed uevents that were skipped due to
    2626#                      slow hardware initialization, and creates those needed
  • bootscripts/lfs/lib/services/init-functions

    rd7f2eb0 rcb02946  
    159159            0)
    160160                # Program is already running correctly, this is a
    161                 # succesful start.
     161                # successful start.
    162162                return 0
    163163                ;;
  • bootscripts/lfs/lib/services/ipv4-static

    rd7f2eb0 rcb02946  
    6666
    6767      if [ -n "${GATEWAY}" ]; then
    68          # Only remove the gateway if ther are no remaining ipv4 addresses
     68         # Only remove the gateway if there are no remaining ipv4 addresses
    6969         if [ "$(ip addr show ${1} 2>/dev/null | grep 'inet ')" != "" ]; then
    7070            log_info_msg "Removing default gateway..."
  • bootscripts/lfs/sysconfig/rc.site

    rd7f2eb0 rcb02946  
    3535# Interactive startup
    3636#IPROMPT="yes" # Whether to display the interactive boot promp
    37 #itime="3"    # The ammount of time (in seconds) to display the prompt
     37#itime="3"    # The amount of time (in seconds) to display the prompt
    3838
    3939# The total length of the distro welcome string, without escape codes
Note: See TracChangeset for help on using the changeset viewer.