Author: jfrederic.clere(a)jboss.com
Date: 2009-03-03 04:25:30 -0500 (Tue, 03 Mar 2009)
New Revision: 2327
Modified:
trunk/mod_cluster/test/java/installhttpd.sh
Log:
The service will be run as Administrators/SYSTEM
Modified: trunk/mod_cluster/test/java/installhttpd.sh
===================================================================
--- trunk/mod_cluster/test/java/installhttpd.sh 2009-03-02 21:31:34 UTC (rev 2326)
+++ trunk/mod_cluster/test/java/installhttpd.sh 2009-03-03 09:25:30 UTC (rev 2327)
@@ -278,3 +278,10 @@
# restore the execute permissions.
chmod a+x "$BASELOC/${BASEHTTPDSBIN}"/*
chmod a+x "$BASELOC/${BASEHTTPD}"/bin/*
+case $BUILD_TAG in
+ *windows*)
+ # The service is run as Administrators/SYSTEM
+ chown -R Administrators "$BASELOC/httpd-2.2"
+ chgrp -R SYSTEM "$BASELOC/httpd-2.2"
+ ;;
+esac
Show replies by date