RLVLMSG_LEN
if (Ut.ut_line[RLVLMSG_LEN] == 'S')
else if ((Ut.ut_line[RLVLMSG_LEN] == '2') ||
(Ut.ut_line[RLVLMSG_LEN] == '3') ||
(Ut.ut_line[RLVLMSG_LEN] == '4'))
if (strncmp(Ut.ut_line, RUN_LEVEL_MSG, RLVLMSG_LEN) != 0) {