[PATCH] Changes to install bits to support IBM Systems Director's CIMOM

# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1201291292 28800 # Node ID 923cd4127ac176a0c8db644774327fde4cd00749 # Parent a962a1290d72394d22810f83e4189b27d5b14cbc Changes to install bits to support IBM Systems Director's CIMOM Signed-off-by: Dan Smith <danms@us.ibm.com> diff -r a962a1290d72 -r 923cd4127ac1 base_schema/install_base_schema.sh.in --- a/base_schema/install_base_schema.sh.in Fri Jan 25 12:43:47 2008 -0500 +++ b/base_schema/install_base_schema.sh.in Fri Jan 25 12:01:32 2008 -0800 @@ -24,7 +24,7 @@ fix_schema() { } detect_peg_repo() { - dirs="$PEGASUS_HOME /var/lib/Pegasus /var/lib/pegasus /usr/local/var/lib/pegasus /var/local/lib/pegasus /var/opt/tog-pegasus" + dirs="$PEGASUS_HOME /var/lib/Pegasus /var/lib/pegasus /usr/local/var/lib/pegasus /var/local/lib/pegasus /var/opt/tog-pegasus /opt/ibm/icc/cimom" for d in $dirs; do if [ -d "$d" ]; then @@ -135,4 +135,4 @@ if [ -f "$DEBUG" ]; then echo "-- base schema install log begin --" cat $DEBUG echo "-- base schema install log end --" -fi \ No newline at end of file +fi diff -r a962a1290d72 -r 923cd4127ac1 provider-register.sh --- a/provider-register.sh Fri Jan 25 12:43:47 2008 -0500 +++ b/provider-register.sh Fri Jan 25 12:01:32 2008 -0800 @@ -7,7 +7,7 @@ pegasus_repository() pegasus_repository() { for p in $PEGASUS_HOME /var/lib/Pegasus /var/lib/pegasus /usr/local/var/lib/pegasus \ - /var/local/lib/pegasus /var/opt/tog-pegasus + /var/local/lib/pegasus /var/opt/tog-pegasus /opt/ibm/icc/cimom do if test -d $p/repository then @@ -21,7 +21,7 @@ pegasus_path() pegasus_path() { for p in $PEGASUS_HOME/bin /usr/bin /usr/sbin /usr/local/bin /usr/local/sbin \ - /opt/tog-pegasus/bin /opt/tog-pegasus/sbin + /opt/tog-pegasus/bin /opt/tog-pegasus/sbin /opt/ibm/icc/cimom/bin do if test -x $p/$1 then

Dan Smith wrote:
# HG changeset patch # User Dan Smith <danms@us.ibm.com> # Date 1201291292 28800 # Node ID 923cd4127ac176a0c8db644774327fde4cd00749 # Parent a962a1290d72394d22810f83e4189b27d5b14cbc Changes to install bits to support IBM Systems Director's CIMOM
Signed-off-by: Dan Smith <danms@us.ibm.com>
Gotta love Director. +1 -- -Jay
participants (2)
-
Dan Smith
-
Jay Gagnon