summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 11:27:37 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-09 11:57:29 +0000
commit320ee6096be743346e9ec520ec6b5092e43ba02d (patch)
tree018893552f8adb69cb757b5f82cd5be1c9ee976d /vespabase
parentcb8f250c5d3771510d95bc31269e8b8d6d47ba00 (diff)
Rename config programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
Diffstat (limited to 'vespabase')
-rw-r--r--vespabase/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/CMakeLists.txt b/vespabase/CMakeLists.txt
index 4d21e535a42..8825383cfbd 100644
--- a/vespabase/CMakeLists.txt
+++ b/vespabase/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-vespa_install_script(src/start-cbinaries.sh getvespaconfig bin)
+vespa_install_script(src/start-cbinaries.sh vespa-get-config bin)
vespa_install_script(src/start-cbinaries.sh vds-document-statistics bin)
vespa_install_script(src/start-cbinaries.sh vdsgetclusterstate bin)
vespa_install_script(src/start-cbinaries.sh vdsgetnodestate bin)