[Fedora-directory-commits] dsmlgw build.fhs.properties, 1.1, 1.2 build.fhsopt.properties, 1.1, 1.2 build.prefix.properties, 1.1, 1.2 build.xml, 1.6, 1.7

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Apr 24 21:39:12 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsmlgw
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18285/dsmlgw

Modified Files:
	build.fhs.properties build.fhsopt.properties 
	build.prefix.properties build.xml 
Log Message:
move scripts to new scripts directory - add very simple dsmlgw-search script to test dsmlgw - remove some error messages


Index: build.fhs.properties
===================================================================
RCS file: /cvs/dirsec/dsmlgw/build.fhs.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.fhs.properties	23 Apr 2008 16:55:58 -0000	1.1
+++ build.fhs.properties	24 Apr 2008 21:39:10 -0000	1.2
@@ -4,3 +4,4 @@
 dsmlgwlogdir=/var/log/${project.name.base}/${ant.project.name}
 dsmlgwrundir=/var/run/${project.name.base}/${ant.project.name}
 dsmlgwsbindir=${prefix}/sbin
+dsmlgwbindir=${prefix}/bin


Index: build.fhsopt.properties
===================================================================
RCS file: /cvs/dirsec/dsmlgw/build.fhsopt.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.fhsopt.properties	23 Apr 2008 16:55:58 -0000	1.1
+++ build.fhsopt.properties	24 Apr 2008 21:39:10 -0000	1.2
@@ -3,3 +3,4 @@
 dsmlgwlogdir=/var${prefix}/${ant.project.name}/log
 dsmlgwrundir=/var${prefix}/${ant.project.name}/run
 dsmlgwsbindir=${prefix}/sbin
+dsmlgwbindir=${prefix}/bin


Index: build.prefix.properties
===================================================================
RCS file: /cvs/dirsec/dsmlgw/build.prefix.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.prefix.properties	23 Apr 2008 16:55:58 -0000	1.1
+++ build.prefix.properties	24 Apr 2008 21:39:10 -0000	1.2
@@ -3,3 +3,4 @@
 dsmlgwlogdir=${prefix}/log/${ant.project.name}
 dsmlgwrundir=${prefix}/run/${ant.project.name}
 dsmlgwsbindir=${prefix}/sbin
+dsmlgwbindir=${prefix}/bin


Index: build.xml
===================================================================
RCS file: /cvs/dirsec/dsmlgw/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml	24 Apr 2008 14:54:25 -0000	1.6
+++ build.xml	24 Apr 2008 21:39:10 -0000	1.7
@@ -201,21 +201,24 @@
 		<mkdir dir="${pkg.dir}${dsmlgwrundir}"/>
 		<mkdir dir="${pkg.dir}${dsmlgwsbindir}"/>
 		<unjar src="${dist.dir}/dsmlgw.war" dest="${pkg.dir}${dsmlgwdatadir}/webapps/axis"/>
-		<copyfilter file="misc/setup-ds-dsmlgw.in"
+		<copyfilter file="scripts/setup-ds-dsmlgw.in"
 			tofile="${pkg.dir}${dsmlgwsbindir}/setup-ds-dsmlgw"/>
 		<chmod file="${pkg.dir}${dsmlgwsbindir}/setup-ds-dsmlgw" perm="0755"/>
-		<copyfilter file="misc/start-ds-dsmlgw.in"
+		<copyfilter file="scripts/start-ds-dsmlgw.in"
 			tofile="${pkg.dir}${dsmlgwsbindir}/start-ds-dsmlgw"/>
 		<chmod file="${pkg.dir}${dsmlgwsbindir}/start-ds-dsmlgw" perm="0755"/>
-		<copyfilter file="misc/stop-ds-dsmlgw.in"
+		<copyfilter file="scripts/stop-ds-dsmlgw.in"
 			tofile="${pkg.dir}${dsmlgwsbindir}/stop-ds-dsmlgw"/>
 		<chmod file="${pkg.dir}${dsmlgwsbindir}/stop-ds-dsmlgw" perm="0755"/>
-		<copyfilter file="misc/restart-ds-dsmlgw.in"
+		<copyfilter file="scripts/restart-ds-dsmlgw.in"
 			tofile="${pkg.dir}${dsmlgwsbindir}/restart-ds-dsmlgw"/>
 		<chmod file="${pkg.dir}${dsmlgwsbindir}/restart-ds-dsmlgw" perm="0755"/>
-		<copyfilter file="misc/dsmlgw.env.in"
+		<copyfilter file="scripts/dsmlgw.env.in"
 			tofile="${pkg.dir}${dsmlgwconfigdir}/dsmlgw.env"/>
 		<chmod file="${pkg.dir}${dsmlgwconfigdir}/dsmlgw.env" perm="0644"/>
+		<copyfilter file="scripts/dsmlgw-search.in"
+			tofile="${pkg.dir}${dsmlgwbindir}/dsmlgw-search"/>
+		<chmod file="${pkg.dir}${dsmlgwbindir}/dsmlgw-search" perm="0755"/>
 		<copy file="misc/dsmlgw.cfg" todir="${pkg.dir}${dsmlgwconfigdir}"/>
 		<chmod file="${pkg.dir}${dsmlgwconfigdir}/dsmlgw.cfg" perm="0644"/>
 		<tar destfile="${dist.dir}/${ant.project.name}-${version}.tar"




More information about the Fedora-directory-commits mailing list