--------------------------------------------------------------------------------
Commit by scotth on Mon Apr 30 15:52:07 PDT 2001 of files:
failsafe/FailSafe/cluster_services/cmd/srm/scripts/nfs exclusive monitor start
Update of /oss/CVS/cvs/failsafe/FailSafe/cluster_services/cmd/srm/scripts/nfs
In directory oss.sgi.com:/tmp/cvs-serv29676/cluster_services/cmd/srm/scripts/nfs
Modified Files:
exclusive monitor start
Log Message:
Bugzilla 60 turns out to be really a bug in scriptlib2 -- s2_run_command()
couldn't handle a pipeline command. A trivial (and correct) fix is to
"eval" the command argument, not just execute it.
However, this results in an additional level of parsing, and may require
changes to quoting of passed commands. The only ones found were the
3 NFS plugin scripts exclusive, monitor, and start.
No other (SGI) plugins were affected (we can't test the SAP plugins).
|