aboutsummaryrefslogtreecommitdiffstats
path: root/dist
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 /dist
parentcb8f250c5d3771510d95bc31269e8b8d6d47ba00 (diff)
Rename config programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index ac260903ec0..a688b325f78 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -109,3 +109,10 @@ ln -s vespa-deploy $INSTALLPATH/bin/deploy
ln -s vespa-deploy-application $INSTALLPATH/bin/deploy-application
ln -s vespa-expand-config.pl $INSTALLPATH/bin/expand-config.pl
ln -s vespa-validate-application $INSTALLPATH/bin/validate-application
+
+# Temporary when renaming programs in config-model
+ln -s vespa-activate-application $INSTALLPATH/bin/activate-application
+ln -s vespa-configproxy-cmd $INSTALLPATH/bin/configproxy-cmd
+ln -s vespa-get-config $INSTALLPATH/bin/getvespaconfig
+ln -s vespa-get-config-bin $INSTALLPATH/bin/getvespaconfig-bin
+ln -s vespa-ping-configproxy $INSTALLPATH/bin/pingproxy