#!/bin/sh # # bbsys.aix # # BIG BROTHER # OVERRIDE SETTINGS IN bbsys.sh FOR VARIOUS OPERATING SYSTEMS # # From: Darren Hederson (darren.henderson@state.me.us) # DFUSE/DFSORT confusion fixed by Patrice Allais # PING="/etc/ping" # aix PS="/bin/ps axuww" # aix Joe Moore # axuww (ww for large program paths) DF="/bin/df -Ik" # aix Jeff Krintila #MSGFILE="/var/adm/messages" # aix #MSGFILE="/var/adm/SPlogs/SPdaemon.log" # Support for SP nodes jane.bamberger@bassett.org MSGFILE="/var/adm/syslog/syslog.log" # aix Richard Warkentin DFUSE="^/dev" # aix DFSORT="4" # aix DFEXCLUDE="^/dev/cd0" # aix