--------------------------------------------------------------------------------
Commit by scotth on Fri Mar 23 15:36:32 PST 2001 of files:
failsafe/FailSafe/cluster_services/cmd/srm/scripts/common scriptlib2.sh
Update of /oss/CVS/cvs/failsafe/FailSafe/cluster_services/cmd/srm/scripts/common
In directory
oss.sgi.com:/tmp/cvs-serv12977/cluster_services/cmd/srm/scripts/common
Modified Files:
scriptlib2.sh
Log Message:
This change to scriptlib2 allows auxiliary scripts in plugins to use
the functionality of scriptlib2. Auxiliary scripts usually have a
different argument convention, so a way was needed to bypass the
default argument checking function. I thought that the rearrangement
was better than burying the test in the middle of another function.
|