summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-06-13 21:50:17 +0200
committerGitHub <noreply@github.com>2017-06-13 21:50:17 +0200
commitad6bb8c472d42675f9a9bbc64e506f233e7bb73e (patch)
treee7ded18c9a2b66ceb12b21108f657d44a1ae2647 /dist
parent85c711b2eb22cb91eed465ae4953529ead99ea03 (diff)
Revert "Rename filedistribution programs to have vespa- prefix."
Diffstat (limited to 'dist')
-rwxr-xr-xdist/post_install.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/post_install.sh b/dist/post_install.sh
index abbfd55e13f..95f07b76f1c 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -69,10 +69,6 @@ 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