mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

ludovicp
04.55.2008 e4ef8d36296bcfea01e4680d4b78869f05772173
Fix unraised issue: remove the temporary manifest after the copy.
1 files modified
1 ■■■■ changed files
opends/resource/configure 1 ●●●● patch | view | raw | blame | history
opends/resource/configure
@@ -74,6 +74,7 @@
    else
        cat ${INSTALL_ROOT}/resources/opends-manifest.xml | sed -e "s/user='ldap/user='${USERNAME}/;s/group='ldap/group='${GROUPNAME}/" > /tmp/opends-manifest.$$
        cp /tmp/opends-manifest.$$ /var/svc/manifest/network/ldap/opends-manifest.xml
        rm /tmp/opends-manifest.$$
    fi
    /usr/sbin/svccfg import /var/svc/manifest/network/ldap/opends-manifest.xml
  fi