From 330d404cce3ab638d4b2cec95b40ca4a8545219f Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 18 Jun 2007 13:44:16 +0000
Subject: [PATCH] fix typos in the template STAF config file preventing STAF from starting

---
 opendj-sdk/opends/tests/functional-tests/staf-installer/functional-tests.cfg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/staf-installer/functional-tests.cfg b/opendj-sdk/opends/tests/functional-tests/staf-installer/functional-tests.cfg
index 2a4f4e5..b1f25a0 100644
--- a/opendj-sdk/opends/tests/functional-tests/staf-installer/functional-tests.cfg
+++ b/opendj-sdk/opends/tests/functional-tests/staf-installer/functional-tests.cfg
@@ -32,7 +32,7 @@
 #  OPTION JVM=${java.home}${file.separator}bin${file.separator}java${binary.extension}  
 #  PARMS "EVENTSERVICENAME=Event" \
 SERVICE EventManager LIBRARY JSTAF \
-  EXECUTE {STAF/Config/STAFRoot}/services/eventmanager/STAFEventManager.jar \
+  EXECUTE {STAF/Config/STAFRoot}/services/eventmanager/STAFEventManager.jar 
 
 # STAX SERVICE CONFIGURATION
 #  OPTION JVMName=StaxJVM \
@@ -45,7 +45,7 @@
 #  OPTION JVMName=EmailJVM \
 #  OPTION JVM=${java.home}${file.separator}bin${file.separator}java${binary.extension}
 SERVICE Email LIBRARY JSTAF \
-  EXECUTE {STAF/Config/STAFRoot}/services/email/STAFEmail.jar \
+  EXECUTE {STAF/Config/STAFRoot}/services/email/STAFEmail.jar
   
 SET MAXQUEUESIZE 10000
 

--
Gitblit v1.10.0