You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2010/02/07 01:36:28 UTC

svn commit: r907352 [2/2] - in /tuscany/sca-cpp/trunk: ./ components/cache/ components/chat/ components/queue/ components/webservice/ etc/ kernel/ modules/http/ modules/java/ modules/python/ modules/scheme/ modules/server/ test/store-cpp/ test/store-ja...

Modified: tuscany/sca-cpp/trunk/test/store-scheme/stop
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/test/store-scheme/stop?rev=907352&r1=907351&r2=907352&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/test/store-scheme/stop (original)
+++ tuscany/sca-cpp/trunk/test/store-scheme/stop Sun Feb  7 00:36:25 2010
@@ -17,7 +17,7 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
-apachectl -k stop -d `pwd`/tmp
+../../modules/http/httpd-stop tmp
 mc="memcached -l 127.0.0.1 -m 4 -p 11211"
 kill `ps -f | grep -v grep | grep "$mc" | awk '{ print $2 }'`