#!/bin/sh # # bbsys.debian # From: Mark A. Bialik # # BIG BROTHER # OPERATING SYSTEM DEPENDENT THINGS THAT ARE NEEDED # PS="/bin/ps ax" # the "-" is deprecated now MSGFILE="/var/log/messages" TOUCH="/usr/bin/touch" SORT="/usr/bin/sort" EGREP="/bin/egrep" PING="/bin/ping" GREP="/bin/grep" SED="/bin/sed" PINGPAR1="&WOPTION -n -c1" # ADDED BY ROB. DON'T RESOLVE NAME # &WOPTION is replaced by -w3 if supported