#!/bin/sh # # bbsys.caldera # # BIG BROTHER # OPERATING SYSTEM DEPENDENT THINGS THAT ARE NEEDED # PS="/bin/ps ax" # LINUX DF="/bin/df -k" MSGFILE="/var/log/messages" # Caldera stuff lives in here. MAIL="/bin/mail -s"; export MAIL PING="/bin/ping "; export PING TOUCH="/usr/bin/touch "; export TOUCH SED="/bin/sed "; export SED PINGPAR1="&WOPTION -n -c1" # ADDED BY ROB. DON'T RESOLVE NAME # &WOPTION is replaced by -w3 if supported