From b94d9325802253029c4ab6b4858015460e6201eb Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Sun, 29 Oct 2006 20:02:57 +0000
Subject: [PATCH] fix for issue 892 removed .sh extension in the bin directory and reflect the change in the test installer
---
opends/tests/installer.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opends/tests/installer.xml b/opends/tests/installer.xml
index a835583..ac3b914 100644
--- a/opends/tests/installer.xml
+++ b/opends/tests/installer.xml
@@ -77,7 +77,7 @@
</unzip>
<chmod perm="755">
<fileset dir="${full.install.dir}/bin">
- <include name="*.sh"/>
+ <exclude name="*.bat"/>
</fileset>
</chmod>
</target>
@@ -152,7 +152,7 @@
spawn="true" />
<exec
os="${unix.list}"
- executable="${full.install.dir}/bin/start-ds.sh"
+ executable="${full.install.dir}/bin/start-ds"
spawn="true" />
</target>
<target name="start">
@@ -182,7 +182,7 @@
</exec>
<exec
os="${unix.list}"
- executable="${full.install.dir}/bin/stop-ds.sh"
+ executable="${full.install.dir}/bin/stop-ds"
spawn="true" >
<arg line="-h ${host.name}"/>
<arg line="-p ${port.ldap}"/>
--
Gitblit v1.10.0