# # bbsys.redhat (Linux) # # BIG BROTHER # OPERATING SYSTEM DEPENDENT THINGS THAT ARE NEEDED # PS="/bin/ps axww" # DF="/bin/df -klP" MSGFILE="/var/log/messages" PING="/bin/ping" SED="/bin/sed" MAIL="/bin/mail -s" GREP="/bin/grep" EGREP="/bin/egrep" AWK="/bin/awk" PINGPAR1=" -n -c1" # ADDED BY ROB. DON'T RESOLVE NAME # IF -n NOT THERE THAN NEW NETKIT (RH7) PING MAY FAIL # & WOPTION is replaced by -w3 for versions >= 7.3 # # From: Martin Richard # and others... took forever to make this change! # TOUCH="/bin/touch" # ADDED SORT="/bin/sort" # ADDED