summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-13 09:17:05 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-13 09:17:05 +0000
commit9212b86108683e9f9db1dac6697b911fc61569a0 (patch)
tree9a7632b278c6d19d8952f0f930d2f98da6538b06 /vespabase
parent9fe6a9f635a5277d6d6c58ccbe5b279449e016c1 (diff)
Rename configd programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
Diffstat (limited to 'vespabase')
-rwxr-xr-xvespabase/src/start-vespa-base.sh2
-rwxr-xr-xvespabase/src/stop-vespa-base.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/vespabase/src/start-vespa-base.sh b/vespabase/src/start-vespa-base.sh
index fc6353f842f..e8ac4fcd670 100755
--- a/vespabase/src/start-vespa-base.sh
+++ b/vespabase/src/start-vespa-base.sh
@@ -73,4 +73,4 @@ if [ -f /tmp/.ylock-arena.shm ]; then
chown yahoo:wheel /tmp/.ylock-arena.shm
fi
-exec run-as-yahoo ${VESPA_HOME}/bin/vespa-config-ctl start
+exec vespa-run-as-vespa-user ${VESPA_HOME}/bin/vespa-config-ctl start
diff --git a/vespabase/src/stop-vespa-base.sh b/vespabase/src/stop-vespa-base.sh
index efe4f71fe9f..eb85cdf14f6 100755
--- a/vespabase/src/stop-vespa-base.sh
+++ b/vespabase/src/stop-vespa-base.sh
@@ -64,4 +64,4 @@ cd ${VESPA_HOME} || { echo "Cannot cd to ${VESPA_HOME}" 1>&2; exit 1; }
fixlimits
-exec run-as-yahoo ${VESPA_HOME}/bin/vespa-config-ctl stop
+exec vespa-run-as-vespa-user ${VESPA_HOME}/bin/vespa-config-ctl stop