summaryrefslogtreecommitdiffstats
path: root/config-proxy
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 /config-proxy
parent9fe6a9f635a5277d6d6c58ccbe5b279449e016c1 (diff)
Rename configd programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
Diffstat (limited to 'config-proxy')
-rwxr-xr-xconfig-proxy/src/main/sh/vespa-config-ctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-proxy/src/main/sh/vespa-config-ctl b/config-proxy/src/main/sh/vespa-config-ctl
index 7221ff0ee27..8f015bab6c1 100755
--- a/config-proxy/src/main/sh/vespa-config-ctl
+++ b/config-proxy/src/main/sh/vespa-config-ctl
@@ -140,7 +140,7 @@ case $1 in
export VESPA_SERVICE_NAME
vespa-runserver -s config-sentinel -r 10 -p $P_SENTINEL -- \
- sbin/config-sentinel -c "$CONFIG_ID"
+ sbin/vespa-config-sentinel -c "$CONFIG_ID"
;;
stop)