#!/sbin/sh
#------------------------------------------------------------------#
#
# HPUX_ID: @(#) $Revision: 1.72 $ generated on Fri Jan 31 14:58:56 MST 1997
#
# (c)Copyright 1983-1996 Hewlett-Packard Co.,  All Rights Reserved.
#
#------------------------------------------------------------------#
########
#  Product: PHCO_23149
#  Fileset: ADMN-ENG-A-MAN
#  configure
########
 
    UTILS="/usr/lbin/sw/control_utils"
    if [[ ! -f ${UTILS} ]]
    then
        echo "ERROR:  Cannot find ${UTILS}"
        exit 1
    fi
    . ${UTILS}

    exitval=$SUCCESS                     #Anticipate success


###############################################################################
#  Create path to /opt/hparray/share/man

mod_pathfile -a MP /opt/hparray/share/man

###############################################################################
#  Create path to /opt/hparray/share/man/%L so localized man pages are first.

mod_pathfile -i MP /opt/hparray/share/man/%L /opt/hparray/share/man

exit $exittval
