aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-06-13 10:10:29 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-06-13 10:10:29 +0000
commit99e615cb41b0098ef41f7ed1e83501fdd9ea318a (patch)
treef289a08cc3823f1c1dd21aec1f5a2249011d48f7 /dist
parent9fe6a9f635a5277d6d6c58ccbe5b279449e016c1 (diff)
Rename filedistribution programs to have vespa- prefix.
Temporarily add symlinks from old name to new name.
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 c91f128e98e..ed5ed71903c 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