summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2017-06-14 14:06:10 +0200
committerGitHub <noreply@github.com>2017-06-14 14:06:10 +0200
commit76ef529f53cf81e9e7cff200443686234b9607ab (patch)
treee9a009e5e2d8ef08bab4f46dbe9efac4c76e2d7c /dist
parent6fc31227f8e7ddfddf3ad69aac8f97f03c8fb1d2 (diff)
Revert "Revert "Rename filedistribution programs to have vespa- prefix.""
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index 95f07b76f1c..abbfd55e13f 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -69,6 +69,10 @@ 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 vespa-storaged-bin $INSTALLPATH/sbin/vespa-distributord-bin
+# Temporary when renaming programs in filedistribution
+ln -s vespa-filedistributor $INSTALLPATH/sbin/filedistributor
+ln -s vespa-filedistributor-bin $INSTALLPATH/sbin/filedistributor-bin
+
# Temporary when renaming binaries in fnet
ln -s vespa-rpc-info $INSTALLPATH/bin/rpc_info
ln -s vespa-rpc-invoke $INSTALLPATH/bin/rpc_invoke