#!/bin/sh # # bbsys.hpux9 # # BIG BROTHER # OVERRIDE SETTINGS IN bbsys.sh FOR VARIOUS OPERATING SYSTEMS # PING="/etc/ping" PS="/bin/ps -ef" FIND="/bin/find" TOUCH="/bin/touch" GREP="/bin/grep" SORT="/bin/sort" TAIL="/bin/tail" SED="/bin/sed" WC="/bin/wc -l" WHO="/bin/who" DF="/usr/bin/bdf" MAIL="/usr/bin/mailx -s" MSGFILE="/usr/adm/syslog" EXPR="/bin/expr"