summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-cpp
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-01-16 03:49:01 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-01-16 03:49:01 +0000
commitc3cc3ea6b1ea3472899bd467230fffd82d1889aa (patch)
tree8e4044bbed67b1dd9f33c1afe1bf47ef83664e9a /sca-cpp/trunk/samples/store-cpp
parenta38d708407bab7f1520f7c9e21d36246681f061f (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 'sca-cpp/trunk/samples/store-cpp')
-rwxr-xr-xsca-cpp/trunk/samples/store-cpp/ssl-start2
-rwxr-xr-xsca-cpp/trunk/samples/store-cpp/start2
-rwxr-xr-xsca-cpp/trunk/samples/store-cpp/stop2
3 files changed, 3 insertions, 3 deletions
diff --git a/sca-cpp/trunk/samples/store-cpp/ssl-start b/sca-cpp/trunk/samples/store-cpp/ssl-start
index 01ee0eb76c..3a96fe950c 100755
--- a/sca-cpp/trunk/samples/store-cpp/ssl-start
+++ b/sca-cpp/trunk/samples/store-cpp/ssl-start
@@ -32,5 +32,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-cpp/start b/sca-cpp/trunk/samples/store-cpp/start
index c0f2813d07..444a87c4eb 100755
--- a/sca-cpp/trunk/samples/store-cpp/start
+++ b/sca-cpp/trunk/samples/store-cpp/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-cpp/stop b/sca-cpp/trunk/samples/store-cpp/stop
index a59273b8ed..3b4c74a587 100755
--- a/sca-cpp/trunk/samples/store-cpp/stop
+++ b/sca-cpp/trunk/samples/store-cpp/stop
@@ -18,4 +18,4 @@
# under the License.
../../modules/http/httpd-stop tmp
-../../components/cache/memcached-stop
+../../components/cache/memcached-stop tmp