Changeset 9e58fae in bootscripts-standard


Ignore:
Timestamp:
Jan 1, 2008, 8:29:55 PM (16 years ago)
Author:
Chris Staub <chris@…>
Branches:
master
Children:
7355219
Parents:
7df280d
Message:

Spelling corrections

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • README

    r7df280d r9e58fae  
    99                sysconfig/network-devices/ifconfig.*/*
    1010                Note: ifconfig.* could be either a file or directory,
    11                       but the filename extention must be the same name
     11                      but the filename extension must be the same name
    1212                                        as the network interface you wish it to belong to.
    1313                                        The files within the directory will be processed
  • clfs/init.d/rc

    r7df280d r9e58fae  
    3838fi
    3939
    40 # Attempt to stop all service started by previous runlevel,
     40# Attempt to stop all services started by previous runlevel,
    4141# and killed in this runlevel
    4242if [ "${previous}" != "N" ]; then
  • clfs/sysconfig/network-devices/ifup

    r7df280d r9e58fae  
    3434boot_mesg_flush
    3535
    36 # Process each configruation file
     36# Process each configuration file
    3737for file in ${FILES}; do
    3838        # skip backup files
Note: See TracChangeset for help on using the changeset viewer.