#!/bin/sh # # bbsys.ultrix # # BIG BROTHER # OVERRIDE SETTINGS IN bbsys.sh FOR VARIOUS OPERATING SYSTEMS # PS="/bin/ps -ax" DF="/bin/df" MSGFILE="/var/adm/messages" PING="/usr/etc/ping" GREP="/bin/grep" TAIL="/usr/ucb/tail" SED="/bin/sed" UPTIME="/usr/ucb/uptime" WC="/usr/ucb/wc -l" PINGPAR1="-l" # -l for "long" (standard) output. PINGPAR2="56 1" # No. of bytes and no. of times to ping. EXPR="/bin/expr"