From e4ef8d36296bcfea01e4680d4b78869f05772173 Mon Sep 17 00:00:00 2001
From: ludovicp <ludovicp@localhost>
Date: Thu, 04 Dec 2008 08:55:46 +0000
Subject: [PATCH] Fix unraised issue: remove the temporary manifest after the copy.

---
 opends/resource/configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opends/resource/configure b/opends/resource/configure
index 4b17c2e..bd521b9 100755
--- a/opends/resource/configure
+++ b/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

--
Gitblit v1.10.0