diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-16 03:49:01 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-01-16 03:49:01 +0000 |
commit | c3cc3ea6b1ea3472899bd467230fffd82d1889aa (patch) | |
tree | 8e4044bbed67b1dd9f33c1afe1bf47ef83664e9a /sca-cpp/trunk/samples/store-python | |
parent | a38d708407bab7f1520f7c9e21d36246681f061f (diff) |
Fix error with logging command in memcached and sqldb start / stop scripts. Adjust test scripts, add new parameter required by memcached start / stop scripts.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1231821 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/samples/store-python/ssl-start | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/samples/store-python/start | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/samples/store-python/stop | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/samples/store-python/uec2-start | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sca-cpp/trunk/samples/store-python/ssl-start b/sca-cpp/trunk/samples/store-python/ssl-start index e639b538d8..2a9df09c2e 100755 --- a/sca-cpp/trunk/samples/store-python/ssl-start +++ b/sca-cpp/trunk/samples/store-python/ssl-start @@ -33,5 +33,5 @@ SCAComposite store.composite EOF -../../components/cache/memcached-start +../../components/cache/memcached-start tmp ../../modules/http/httpd-start tmp diff --git a/sca-cpp/trunk/samples/store-python/start b/sca-cpp/trunk/samples/store-python/start index b4ca1461fd..2e509a1f2c 100755 --- a/sca-cpp/trunk/samples/store-python/start +++ b/sca-cpp/trunk/samples/store-python/start @@ -28,5 +28,5 @@ SCAComposite store.composite EOF -../../components/cache/memcached-start +../../components/cache/memcached-start tmp ../../modules/http/httpd-start tmp diff --git a/sca-cpp/trunk/samples/store-python/stop b/sca-cpp/trunk/samples/store-python/stop index a59273b8ed..3b4c74a587 100755 --- a/sca-cpp/trunk/samples/store-python/stop +++ b/sca-cpp/trunk/samples/store-python/stop @@ -18,4 +18,4 @@ # under the License. ../../modules/http/httpd-stop tmp -../../components/cache/memcached-stop +../../components/cache/memcached-stop tmp diff --git a/sca-cpp/trunk/samples/store-python/uec2-start b/sca-cpp/trunk/samples/store-python/uec2-start index 53428be0bf..feb4ae383e 100755 --- a/sca-cpp/trunk/samples/store-python/uec2-start +++ b/sca-cpp/trunk/samples/store-python/uec2-start @@ -42,6 +42,6 @@ SCAComposite store.composite EOF -../../components/cache/memcached-start +../../components/cache/memcached-start tmp ../../modules/http/httpd-start tmp |