# subroutine definitions for Solaris operating system

verbose=1

defnop load_keymap_consolechars dpkg mount2dir task_confdir


# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
jobsrunning() {

    # test is jobs are running
    ps -el | egrep ' O | R ' | egrep -v 'TIME CMD|grep|ps'
}
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

