#!/bin/sh # # bbsys.sunos # # BIG BROTHER # OPERATING SYSTEM DEPENDENT THINGS THAT ARE NEEDED # # this is bbsys.local for sunos 4.1.4: # Erik Johannessen - erik@docunetworks.com PS="/bin/ps -ax" DF="/bin/df" MSGFILE="/var/adm/messages" WC="/usr/ucb/wc -l" UPTIME="/usr/ucb/uptime" TAIL="/usr/ucb/tail" TOUCH="/usr/bin/touch" PING="/usr/etc/ping" PINGPAR1="-s" PINGPAR2="56 1" MAIL="/usr/ucb/mail -s" NSLOOKUP="/usr/etc/nslookup" EXPR="/bin/expr"