aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-06-07 10:37:07 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-06-07 10:37:07 +0000
commit5c373606885a052646e308a1f03003511e00d80a (patch)
treedf195ca7212ac63eca8b95db4e051a88ac18f4f5 /dist
parent78016e2530d5c4408bbe04ac492b9e73405d2b43 (diff)
Rename binaries in fsa to use vespa- prefix.
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 4806ee8121d..fb50b0206c9 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -69,6 +69,11 @@ ln -s $PREFIX/lib/jars/zkfacade-jar-with-dependencies.jar $INSTALLPATH/conf/conf
ln -s $PREFIX/conf/configserver-app/components $INSTALLPATH/lib/jars/config-models
ln -s storaged-bin $INSTALLPATH/sbin/distributord-bin
+# Temporary when renaming binaries in fsa
+ln -s vespa-fsadump $INSTALLPATH/bin/fsadump
+ln -s vespa-fsainfo $INSTALLPATH/bin/fsainfo
+ln -s vespa-makefsa $INSTALLPATH/bin/makefsa
+
# Temporary when renaming binaries in searchcore
ln -s vespa-proton-bin $INSTALLPATH/sbin/proton-bin
ln -s vespa-fdispatch-bin $INSTALLPATH/sbin/fdispatch-bin