Changeset 609a9e7 in bootscripts-standard for bootscripts/clfs/init.d/sendsignals


Ignore:
Timestamp:
May 15, 2014, 11:50:36 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master
Children:
8b29156
Parents:
84f3ac2
Message:

Bring bootscripts up to date with 2.0-pre1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/clfs/init.d/sendsignals

    r84f3ac2 r609a9e7  
    2424                sleep ${KILLDELAY}
    2525
    26                 if [ "${error_value}" = 0 ]; then
     26                if [ "${error_value}" = 0 -o "${error_value}" = 2 ]; then
    2727                        echo_ok
    2828                else
     
    3636                sleep ${KILLDELAY}
    3737
    38                 if [ "${error_value}" = 0 ]; then
     38                if [ "${error_value}" = 0 -o "${error_value}" = 2 ]; then
    3939                        echo_ok
    4040                else
Note: See TracChangeset for help on using the changeset viewer.