COMP_ACCOUNT
if ((pids[COMP_ACCOUNT] = fork()) == -1)
if (pids[COMP_ACCOUNT] == 0) {
proccomp = COMP_ACCOUNT;
checkexit(pids[COMP_ACCOUNT], COMP_ACCOUNT) +