Ignore:
Timestamp:
Oct 27, 2006, 10:37:42 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0fd55dd
Parents:
a5b013ba
Message:

Updates for Boot logging hang issue

File:
1 edited

Legend:

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

    ra5b013ba r00d52bd4  
    121121        # Print the message to the screen
    122122        echo ${ECHOPARM} -e "${2}${1}"
     123        if [ "$LOGGING" ]; then
     124                DISPLAYLOG="${1}"
     125        fi
    123126       
    124127}
     
    136139{
    137140        if [ "$LOGGING" ]; then
    138                 /bin/logger -p local2.info -t bootlog "${@}"
     141                /bin/logger -p local2.info -t bootlog "${DISPLAYLOG} ${1}"
    139142        else
    140143                return 0
Note: See TracChangeset for help on using the changeset viewer.