Changeset 609a9e7 in bootscripts-standard for bootscripts/clfs/init.d/sendsignals
- Timestamp:
- May 15, 2014, 11:50:36 PM (11 years ago)
- Branches:
- master
- Children:
- 8b29156
- Parents:
- 84f3ac2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bootscripts/clfs/init.d/sendsignals
r84f3ac2 r609a9e7 24 24 sleep ${KILLDELAY} 25 25 26 if [ "${error_value}" = 0 ]; then26 if [ "${error_value}" = 0 -o "${error_value}" = 2 ]; then 27 27 echo_ok 28 28 else … … 36 36 sleep ${KILLDELAY} 37 37 38 if [ "${error_value}" = 0 ]; then38 if [ "${error_value}" = 0 -o "${error_value}" = 2 ]; then 39 39 echo_ok 40 40 else
Note:
See TracChangeset
for help on using the changeset viewer.