LP: location of instance.loc file for SVR4 pkg is now /etc/opends/.
Reference was updated, but the ones in this file were missed.
| | |
| | | then |
| | | if [ -f ${INSTALL_ROOT}/configure ] |
| | | then |
| | | if [ -f /etc/opt/opends/instance.loc ] |
| | | if [ -f /etc/opends/instance.loc ] |
| | | then |
| | | if [ "${SCRIPT_NAME}" = "configure" ] |
| | | then |
| | | echo "${INSTALL_ROOT}/configure has already be run. Exiting." |
| | | exit 0 |
| | | fi |
| | | INSTANCE_ROOT=`cat /etc/opt/opends/instance.loc` |
| | | INSTANCE_ROOT=`cat /etc/opends/instance.loc` |
| | | else |
| | | if [ "${SCRIPT_NAME}" != "configure" ] |
| | | then |