aboutsummaryrefslogtreecommitdiffstats
path: root/dist/post_install.sh
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-06-09 11:41:06 +0000
committerGeir Storli <geirst@yahoo-inc.com>2017-06-09 11:41:06 +0000
commit7d8f504d37b0ee61f99505a11c22cee1834debbc (patch)
treed73b3e3e7ce9792c2e045dab22abbb95e1380cac /dist/post_install.sh
parent01a842f8caff614f4a5e489dde78208f2b18cd63 (diff)
Rename binaries in vespaclient to use vespa- prefix.
Diffstat (limited to 'dist/post_install.sh')
-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 ac260903ec0..e32ba334b11 100755
--- a/dist/post_install.sh
+++ b/dist/post_install.sh
@@ -93,6 +93,11 @@ ln -s vespa-distributord-bin $INSTALLPATH/sbin/distributord-bin
ln -s vespa-storaged $INSTALLPATH/sbin/storaged
ln -s vespa-distributord $INSTALLPATH/sbin/distributord
+# Temporary when renaming binaries in vespaclient
+ln -s vespa-doclocator $INSTALLPATH/bin/vespadoclocator
+ln -s vespa-route $INSTALLPATH/bin/vesparoute
+ln -s vespa-spoolmaster $INSTALLPATH/bin/spoolmaster
+
# Temporary when renaming binaries in vespalog
ln -s vespa-log-conv $INSTALLPATH/bin/vlogconv
ln -s vespa-logctl $INSTALLPATH/bin/logctl